From 2d02e5289a658ee46dc8fab4be9d635e5db1f155 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Wed, 8 Mar 2023 17:46:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E7=BD=91=E5=85=B3=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/gateway/agent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gateway/agent.go b/modules/gateway/agent.go index 7c8c2aa54..4fbf3f03b 100644 --- a/modules/gateway/agent.go +++ b/modules/gateway/agent.go @@ -95,7 +95,7 @@ locp: var code pb.ErrorCode code, err = this.secAuth(msg) if err == nil { - this.gateway.Debugf("----------2 agent:%s uId:%s MainType:%s SubType:%s ", this.sessionId, this.uId, msg.MainType, msg.SubType) + // this.gateway.Debugf("----------2 agent:%s uId:%s MainType:%s SubType:%s ", this.sessionId, this.uId, msg.MainType, msg.SubType) key := msg.MainType + msg.SubType // 加锁 if v, ok := this.protoMsg[key]; ok {