From bd13ab666f3f55064e859b234f596e2fceafa2f2 Mon Sep 17 00:00:00 2001 From: withchao <993506633@qq.com> Date: Fri, 8 Sep 2023 16:43:35 +0800 Subject: [PATCH] offlinePushMsg --- internal/push/push_to_client.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/push/push_to_client.go b/internal/push/push_to_client.go index e82fe887f..5c40e7dfb 100644 --- a/internal/push/push_to_client.go +++ b/internal/push/push_to_client.go @@ -119,7 +119,6 @@ func (p *Pusher) Push2User(ctx context.Context, userIDs []string, msg *sdkws.Msg if err != nil { return err } - break } } }