-
Notifications
You must be signed in to change notification settings - Fork 984
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
Sometimes sender's contact request remains in pending state despite receiver has accepted it #21371
Comments
this has been noticed multiple times recently in various tests. i think the source of the issue is something else because for some reason only the mobile instance is only connected to store nodes and not any bootstrap nodes (which then causes further issues because since there are peers available the node thinks it is online but peerexchange, lightpush and filter protocols won't work since there are no peers supporting those protocols) the logs that we are observing are side-effect of the issue which is somewhere i am suspecting is somewhere else in status-go code. Probable suspect is how the bootstrap nodes are set or something in the waku initialization sequence of status-go is failing and causing no other peers to be connected. #21386 is the mobile PR that reduces log flooding and might provide some useful logs to help root-cause the issue i.e why node is able to connect to store nodes but no other bootstrap nodes. |
Thank you @chaitanyaprem! I have triggered e2e in this PR and faced the issue. I have attached logs in this comment, please take a look #21386 (comment) |
allegedly fixed in status-im/status-go#5785 |
Bug is not reproducible every time. Might be Waku issue.
Steps:
Actual result: Request remains in Pending state. User B does not appear as contact for User A despite request has been accepted.
User_A_request_sender.zip
User_B_request_receiver.zip
The text was updated successfully, but these errors were encountered: