mirror of
https://github.com/logos-messaging/go-libp2p-pubsub.git
synced 2026-01-02 12:53:09 +00:00
trace publish
This commit is contained in:
parent
67275a6382
commit
89c7ed46e3
@ -446,6 +446,7 @@ func (p *PubSub) processLoop(ctx context.Context) {
|
||||
p.handleIncomingRPC(rpc)
|
||||
|
||||
case msg := <-p.publish:
|
||||
p.tracer.PublishMessage(msg)
|
||||
p.pushMsg(msg)
|
||||
|
||||
case msg := <-p.sendMsg:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user