fix bug: msg destruct sql

Signed-off-by: wangchuxiao <wangchuxiao97@outlook.com>
pull/595/head
wangchuxiao 2 years ago
parent bae93ae139
commit 3584d2f620

@ -18,8 +18,6 @@ import (
"context"
"encoding/json"
"errors"
"fmt"
"runtime/debug"
"github.com/OpenIMSDK/Open-IM-Server/internal/push/offlinepush"
"github.com/OpenIMSDK/Open-IM-Server/internal/push/offlinepush/fcm"
@ -257,7 +255,6 @@ func (p *Pusher) GetConnsAndOnlinePush(ctx context.Context, msg *sdkws.MsgData,
if err != nil {
return nil, err
}
fmt.Println(mcontext.GetOperationID(ctx), string(debug.Stack()))
// Online push message
for _, v := range conns {
msgClient := msggateway.NewMsgGatewayClient(v)

Loading…
Cancel
Save