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 gossipsub subscription filter bug #449

Open synzhu opened 3 years ago

synzhu commented 3 years ago

As discussed here, there is a bug in the gossipsub implementation that causes messages to be sent in certain cases to peers even if those peers should be blocked by subscription filters.