11 lines
419 B
Markdown
11 lines
419 B
Markdown
##### Websocket messages order
|
|
|
|
The order is respected
|
|
```
|
|
Message fragments MUST be delivered to the recipient in the order sent by the sender.
|
|
```
|
|
Helpful Sources
|
|
* https://tools.ietf.org/html/rfc6455 (search the sentence above)
|
|
* http://stackoverflow.com/questions/11804721/can-websocket-messages-arrive-out-of-order
|
|
* http://stackoverflow.com/questions/14287224/processing-websockets-messages-in-order-of-receiving
|