-
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
multiple connections opened for the same peer #1459
Comments
should we move this issue as part of the peer management milestone, or out of scope for the first iteration of the milestone? |
I would add that to #914 yes |
moving this ticket to 'TODO' as it's already part of #914 which is priority/in progress |
updates: instead of this issue being tracked in #914, this should be a part of #1463:
|
@danisharora099 please add this issue to #1463 items per discussion 2024-01-04 |
This is a support request
Problem
Instance:
js-waku is discovering the same peer, from two sources (possibly diff multiaddr?). Due to this, there are two dial requests, and websocket connections opening, for the same peer.
The first multiaddr comes from DNS Discovery, while the 2nd comes from parsing the
multiaddr
of thepeer
after its connection, and saving it in local storage for easier reconnection the next time.Websocket URL 1:
wss://node-01.gc-us-central1-a.wakuv2.prod.statusim.net:8000/p2p/16Uiu2HAmVkKntsECaYfefR1V2yCR79CegLATuTPE6B9TxgxBiiiA
Websocket URL 2:
wss://node-01.gc-us-central1-a.wakuv2.prod.statusim.net:8000/
Expected
js-waku should only open one websocket connection to one peer
The text was updated successfully, but these errors were encountered: