Hi,--
TLDR: Any byte I could use to split the network input so Jackson always has whole objects to work on?
I would like to use Smile in one of my experimental projects involving Netty and Jackson. Prior to Smile usage, I felt necessary to split the input to deserialize so Jackson always had the whole object to work on and I used the Netty's Delimiters.lineDelimiters ('\r' and '\n'). Could be better but it worked.
I encountered issues while trying to use Smile and removed the delimiters-based frame splitting. Surprisingly, it worked pretty well, except for some frames that seem to be cut off from the beginning so I was thinking about restoring the delimiter-based frame splitting with a different delimiter. Any idea of which one to use?
Not a native English speaker, feel free to fix my writing skills :)
You received this message because you are subscribed to the Google Groups "smile-format-discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to smile-format-discussion+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to smile-format-discussion+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.