From 0e8589b06871e413f2736b231b086a0729d78335 Mon Sep 17 00:00:00 2001 From: Gordon <1432970085@qq.com> Date: Fri, 2 Jun 2023 17:12:52 +0800 Subject: [PATCH] refactor: remove limit --- internal/msggateway/hub_server.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/msggateway/hub_server.go b/internal/msggateway/hub_server.go index e4124a5af..22abf17d6 100644 --- a/internal/msggateway/hub_server.go +++ b/internal/msggateway/hub_server.go @@ -88,6 +88,8 @@ func (s *Server) SuperGroupOnlineBatchPushOneMsg(ctx context.Context, req *msgga } clients, ok := s.LongConnServer.GetUserAllCons(v) if !ok { + tempT.Resp = resp + singleUserResult = append(singleUserResult, tempT) continue } log.ZDebug(ctx, "SuperGroupOnlineBatchPushOneMsg", "clients", clients)