Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message received in wrong order #346

Open
Oskar888 opened this issue Apr 11, 2024 · 0 comments
Open

Message received in wrong order #346

Oskar888 opened this issue Apr 11, 2024 · 0 comments

Comments

@Oskar888
Copy link

This happened to me: there were problems with the Internet on the client side, specifically the connection speed dropped significantly and at times the connection was completely broken, but briefly enough that the WebSocket connection was not closed. However, the problem is that the messages coming from the server were delivered in the wrong order. To be more precise, they all arrived at exactly the same time, so I think their order was mixed up, which caused a problem with the application. The WebSocket technology itself works based on TCP, which should guarantee the correct order of received messages, so it seems to me that the problem is with the WebSocket implementation in the Dart language, and more specifically with this library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant