Hacker News new | ask | show | jobs
by eru 722 days ago
> SoupBinTCP guarantees that the client receives each sequenced message generated by the server in the correct order, [...]

This protocol guarantees too much. It's still a stream.

1 comments

You quoted the part about sequenced messages. Look at the part about unsequenced messages right after that. It has both.
Thanks!