-
Notifications
You must be signed in to change notification settings - Fork 987
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
Data delivery issues #16055
Comments
We have all the information on the devices, I have checked, so no status-go changes are necessary. |
Checking some logs, so far i have: Message was sent by device A:
It was relayed by the node:
But it only made it to the other device after pulling it from the store node, ~20 minutes later (after relogin most likel):
So it was dropped/not forwarded to the client for some reason. |
The receiver peer had very low connectivity: as it wasn't able to discover any peers:
|
same for the sender:
|
Closing this issue for now, as that particular error should be fixed, feel free to re-open or open a new one if the issue persist (it's likely that there are more issues :) ) |
Currently, we are facing data delivery issues.
Here is an example caught in one of the PRs:
on video below you can observe that messages sent from User A to User B (and vica-verse) are not delivered until app re-login.
There are no clear steps for reproduction, it happens randomly.
messages_not_delivered1.mp4
User_Android.zip
User_IOS.zip
Also, part of e2e tests are constantly failing because of delivery issues.
Additional Information
The text was updated successfully, but these errors were encountered: