debug: print stack

pull/594/head
wangchuxiao 2 years ago
parent ed1747aba6
commit bae93ae139

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

Loading…
Cancel
Save