-
Notifications
You must be signed in to change notification settings - Fork 42
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
Peer not found despite using waitForRemotePeer #913
Comments
How can this be reproduced? |
try with |
Unable to reproduce this with |
What is the function |
I am no able to repro this issue in the |
Ok, let's assume local fluke until further reporting |
When using
waitForRemotePeer
withstore
, a strange behaviour happens with the underlying libp2ppeerStore
:waitForRemotePeer
resolves, I can confirm that thepeerStore
contains a peer withstore
protocol.WakuStore.queryHistory
: exception is thrown because it could not find a peer in the peer store:Failed to retrieve messages Failed to find known peer that registers waku store protocol
When looking at the logs, I can see a lot of events on the
peerStore
. the addition and removal and re-addition of the peer is unexpected.The text was updated successfully, but these errors were encountered: