上传服务端代码

This commit is contained in:
liwei1dao 2023-03-04 17:06:22 +08:00
parent d1679d71a2
commit 24706866a1

View File

@ -128,6 +128,9 @@ func (this *SCompGateRoute) ReceiveMsg(ctx context.Context, args *pb.AgentMessag
// }
// }()
//获取用户消息处理函数
log.Debug("ReceiveMsg",
log.Field{Key: "args", Value: args.String()},
)
this.mrlock.RLock()
msghandle, ok := this.msghandles[method]
this.mrlock.RUnlock()