azure-webpubsub
azure-webpubsub copied to clipboard
The order of received messages isn't preserved, doesn't reflect the order in which the messages were created.
How can I make sure, what should I do to preserve the order? Messages are being sent very quickly and sometimes the second message comes before the first one.
Could you describe a little bit more about your user scenarios? Are you using event handlers or are you using subprotocols?
For received messages, where is the message sent from? Is it from the server SDK (or REST API), or from subprotocol client? Messages from one group should have order guaranteed. If you are using REST API and await the response, the order for the same group should be guaranteed too.