Message ordering #1315
Unanswered
NikitaMishin
asked this question in
Q&A
Replies: 1 comment
-
Messages are ordered for send and for publish but not between send and publish (publishing is deferred to end of event loop iteration) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is uWebSockets guarantee the preserving ordering of sending and receiving messages?
e.g if some client send to us packet A then after some ms send packet B, do uWebsocket guarantees that we receive packet A then packet B? (not B then A)
Beta Was this translation helpful? Give feedback.
All reactions