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

Remove peer filter check from subscriptions #453

Closed synzhu closed 2 years ago

synzhu commented 2 years ago

Remove the filter check when we are processing subscriptions. It is redundant and it also makes it impossible to dynamically change the filter value.