修改
This commit is contained in:
@@ -58,7 +58,7 @@ func (h *ClientData) Recv(data common.TomeeHeader) {
|
||||
|
||||
}
|
||||
}()
|
||||
cmdlister, ok := cool.CmdCache.Load(data.CMD)
|
||||
cmdlister, ok := cool.CmdCache[data.CMD]
|
||||
if !ok {
|
||||
|
||||
glog.Debug(context.Background(), data.UserID, data.CMD, "cmd未注册")
|
||||
|
||||
Reference in New Issue
Block a user