-
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
(re)investigate gauging peer disconnections with js-waku #1412
Labels
bug
Something isn't working
E:2.1: Production testing of existing protocols
See https://github.com/waku-org/pm/issues/49 for details
Comments
This was referenced Jun 30, 2023
4 tasks
Blocked by libp2p/js-libp2p#1904 and #1415 |
Shouldn't be blocked anymore? |
fryorcraken
added
bug
Something isn't working
E:2.1: Production testing of existing protocols
See https://github.com/waku-org/pm/issues/49 for details
labels
Sep 21, 2023
4 tasks
upon further investigation and taking into context previous findings, it's safe to conclude:
|
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
E:2.1: Production testing of existing protocols
See https://github.com/waku-org/pm/issues/49 for details
Problem
There have been attempts in gauging peer disconnections properly through
peer:disconnect
event listeners and the IPFS ping protocol.Some of the efforts are tracked here: #1189
Proposed Solutions
Understand how different events are emitted in context to disconnections.
With the release of libp2p 0.45.x, it might be worth it to attempt the investigation keeping in consideration the
connection:close
andpeer:disconnect
handlers exposed: https://github.com/libp2p/js-libp2p/blob/70fe699c424c22f81e39c47631fda73abc1cae9e/doc/migrations/v0.44-v0.45.md?plain=1#L143Notes
The text was updated successfully, but these errors were encountered: