关闭网关日志
This commit is contained in:
parent
5177d65bb7
commit
2d02e5289a
@ -95,7 +95,7 @@ locp:
|
|||||||
var code pb.ErrorCode
|
var code pb.ErrorCode
|
||||||
code, err = this.secAuth(msg)
|
code, err = this.secAuth(msg)
|
||||||
if err == nil {
|
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 // 加锁
|
key := msg.MainType + msg.SubType // 加锁
|
||||||
if v, ok := this.protoMsg[key]; ok {
|
if v, ok := this.protoMsg[key]; ok {
|
||||||
|
Loading…
Reference in New Issue
Block a user