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 goroutine build up from connected notifications #430

Closed vyzo closed 3 years ago

vyzo commented 3 years ago

As observed in the gateway.

Aggregates notifications and batch processes, while being careful not to block the event loop.

vyzo commented 3 years ago

rebased on master and also: