We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After some iterations of running advertise/unsubscribe on RendezVous, the unsubscribe doesn't make the peer non-discoverable.
request
Alternatively, you can checkout the tests/gossipsub/peer-discovery branch, open tests/testdiscovery.nim and run the Frequent sub/unsub test case.
tests/gossipsub/peer-discovery
tests/testdiscovery.nim
Frequent sub/unsub
After unsubscribing, the unsubscribed peer shouldn't be discoverable.
Nim: 2.0.8 PR: #1168
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
After some iterations of running advertise/unsubscribe on RendezVous, the unsubscribe doesn't make the peer non-discoverable.
To reproduce
request
will fail as no peers will be found. After some iterations, peerA will be discoverable.Alternatively, you can checkout the
tests/gossipsub/peer-discovery
branch, opentests/testdiscovery.nim
and run theFrequent sub/unsub
test case.Expected behavior
After unsubscribing, the unsubscribed peer shouldn't be discoverable.
Versions
Nim: 2.0.8
PR: #1168
The text was updated successfully, but these errors were encountered: