libp2p / go-libp2p-pubsub

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

Fix close of closed channel #427

Closed gammazero closed 3 years ago

gammazero commented 3 years ago

This happens when there are multiple subscriptions to a topic and a single subscription is canceled twice.

FIxes #425

vyzo commented 3 years ago

thank you!