关闭网关日志

This commit is contained in:
liwei1dao 2023-03-08 17:46:46 +08:00
parent 5177d65bb7
commit 2d02e5289a

View File

@ -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 {