From a30c8953c869782f999577495895c5f9d5f7576a Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Tue, 29 Nov 2022 11:39:39 +0800 Subject: [PATCH] conn --- internal/msg_gateway/gate/logic.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/msg_gateway/gate/logic.go b/internal/msg_gateway/gate/logic.go index 22c9885a1..cc795703d 100644 --- a/internal/msg_gateway/gate/logic.go +++ b/internal/msg_gateway/gate/logic.go @@ -428,5 +428,4 @@ func (ws *WServer) setUserDeviceBackgroundResp(conn *UserConn, m *Req, errCode i ErrMsg: errMsg, } ws.sendMsg(conn, mReply) - _ = conn.Close() }