libp2p / go-libp2p-pubsub

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

fix handling of dead peers #492

Closed vyzo closed 2 years ago

vyzo commented 2 years ago

It wass possible to leave a closed channel in the peer mapping, which can cause a panic. See https://github.com/filecoin-project/lotus/issues/8806