This commit is contained in:
wangchuxiao
2023-05-15 16:56:21 +08:00
parent 2e1d852095
commit edaa6aefe6
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -188,6 +188,7 @@ func (p *Pusher) GetConnsAndOnlinePush(ctx context.Context, msg *sdkws.MsgData,
if err != nil {
continue
}
log.ZDebug(ctx, "push result", "reply", reply)
if reply != nil && reply.SinglePushResult != nil {
wsResults = append(wsResults, reply.SinglePushResult...)
}