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

implement synchronous validation for locally published messages #406

Closed vyzo closed 3 years ago

vyzo commented 3 years ago

So that locally published messages are never dropped because of full validation queues.

Closes #398

vyzo commented 3 years ago

I also temporarily disabled the flaky delivery tag tracer test -- it's getting on my nerves. Follow up issue: #407