上传服务端代码
This commit is contained in:
parent
d1679d71a2
commit
24706866a1
@ -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()
|
this.mrlock.RLock()
|
||||||
msghandle, ok := this.msghandles[method]
|
msghandle, ok := this.msghandles[method]
|
||||||
this.mrlock.RUnlock()
|
this.mrlock.RUnlock()
|
||||||
|
Loading…
Reference in New Issue
Block a user