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: avoid panic when peer is blacklisted after connection #434

Closed iand closed 3 years ago

iand commented 3 years ago

Fixes #426

iand commented 3 years ago

can we avoid the newline changes? other than that, LGTM.

Done. PTAL.