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…
Reference in New Issue