libp2p / go-libp2p-pubsub

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

inbound stream deduplication #396

Closed vyzo closed 3 years ago

vyzo commented 3 years ago

This adds deduplication for inbound pubsub streams so that we always have only a single inbound stream from a peer; last one wins.