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
{{ message }}
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.
// connect to all discovered nodesnode.on('peer:discovery',(peer)=>{// this happens i guessif(clientId===peer.id.toB58String())return// ignore failuresnode.dial(peer,(err)=>{})})
Since transports don't always have access to their own PeerInfo instance (which we should probably correct by always passing the libp2p node in transport options), detecting itself on peer discovery is not reasonably possible. We should make the change at libp2p/js-libp2p#356 to avoid downstream users from getting the event.
"libp2p-webrtc-star": "^0.15.8"
sometimes accidently discovers self
node config
The text was updated successfully, but these errors were encountered: