libp2p / go-libp2p-pubsub

The PubSub implementation for go-libp2p
https://github.com/libp2p/specs/tree/master/pubsub
Other
313 stars 179 forks source link

Adds exponential backoff to re-spawing new streams for supposedly dead peers #483

Closed yhassanzadeh13 closed 2 years ago

yhassanzadeh13 commented 2 years ago

Addresses https://github.com/libp2p/go-libp2p-pubsub/issues/482 by implementing an exponential backoff mechanism for re-spawning new streams to peers that are originally supposedly dead.

closes https://github.com/libp2p/go-libp2p-pubsub/issues/482