debug: print stack

This commit is contained in:
wangchuxiao 2023-07-18 14:52:40 +08:00
parent ed1747aba6
commit bae93ae139

View File

@ -257,7 +257,7 @@ func (p *Pusher) GetConnsAndOnlinePush(ctx context.Context, msg *sdkws.MsgData,
if err != nil {
return nil, err
}
fmt.Println(string(debug.Stack()))
fmt.Println(mcontext.GetOperationID(ctx), string(debug.Stack()))
// Online push message
for _, v := range conns {
msgClient := msggateway.NewMsgGatewayClient(v)