-
Notifications
You must be signed in to change notification settings - Fork 181
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
Does iroh-gossip guarantee that messages sent by the same sender are received by everyone in the same order? #2360
Comments
Related deltachat issue: deltachat/deltachat-core-rust#5688 |
There is no notion of order in gossip at all, and a perceived non-order is expected simply given the existence of lazy peers, which might be eager peers of our eager peers. This is a known not-guarantee and I doubt we should try to make it one even in the simple cases |
This happens even when I have only two peers. One node is sending data and there seems to be no reason the second node receives it in the other order. |
The issue can probably be closed on the iroh side, I made a python test and don't see any reordering when sending 200 messages in a row: deltachat/deltachat-core-rust#5696 |
Thanks, closing, please let us know if you find an issue with iroh |
I'm almost positive it doesn't, but either way, we need to document an answer on what the current behavior is
The text was updated successfully, but these errors were encountered: