From 0737cac15bb6ca70884cb67608aaccad272a64ab Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Thu, 11 Jan 2024 19:06:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0session?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- comm/usersession.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comm/usersession.go b/comm/usersession.go index 11d91aa62..61d2bc76a 100644 --- a/comm/usersession.go +++ b/comm/usersession.go @@ -44,7 +44,7 @@ func (this *UserSession) SetSession(ip, sessionId, stag, sid, uid string) { this.GatewayServiceId = sid this.UserId = uid this.msgqueue = this.msgqueue[:0] - + this.mate = make(map[string]interface{}) } // 重置