You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
connection-manager should be aware of all pending outgoing dial attempts, and not be re-attempting multiaddrs that have pending dials already in flight.
js-libp2p/packages/libp2p/src/connection-manager/index.ts
Lines 486 to 533 in 7debe03
WebTransport dial attempts take a while, and doing some testing with https://github.com/SgtPooki/helia-playground/blob/152e52846c6b3a83d0c13690030a99e3e80c3f70/src/webtransport.ts#L324-L327C9 showed that auto-dialer kept trying to dial the same address, even though the webTransport connection to the exact same URL was already attempted and is currently pending.
connection-manager should be aware of all pending outgoing dial attempts, and not be re-attempting multiaddrs that have pending dials already in flight.
related to #744 (comment)
The text was updated successfully, but these errors were encountered: