-
Notifications
You must be signed in to change notification settings - Fork 346
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
Messages that are sent from different users at almost the same time appears in incorrect order #1987
Comments
. |
This issue is stale because it has been open for 20 days with no activity. |
bump |
This issue is stale because it has been open for 20 days with no activity. |
bump |
I experienced and reported this issue with incorrect messages order in stream chat for like over a year now, how hard can that be for a multi-million company to fix it's core functionality lol? |
Also not stale.... still happening. Same as this one |
This issue is stale because it has been open for 20 days with no activity. |
bump |
This isn't really an error but the expected behaviour. We always sort the messages by the local More info can be found in the issue and PR below. |
Which packages are you using?
stream_chat_flutter, stream_chat_localizations
On what platforms did you experience the issue?
iOS, Web
What version are you using?
stream_chat_flutter:
dependency: "direct main"
description:
name: stream_chat_flutter
sha256: "0286ef445645d7f6af74bdc2a5dd7664269336dd1d0f4b1d2b84c58aab8cbf77"
url: "https://pub.dev"
source: hosted
version: "6.12.0"
stream_chat_localizations:
dependency: "direct main"
description:
name: stream_chat_localizations
sha256: "518bc171b3621b17d60a816f42132cb3b1f4fe72975137dd2506470f7f183d23"
url: "https://pub.dev"
source: hosted
version: "5.12.0"
What happened?
example.mov
The messages are in different order for both of users. I expected to have the same message order for both of them.
Steps to reproduce
Supporting info to reproduce
I reproduced it also with the latest Flutter and package versions as well. For the example video I've used Flutter v3.10.6
Relevant log output
No response
Flutter analyze output
No response
Flutter doctor output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: