``refactor(rpc): 优化RPC客户端管理逻辑,移除冗余clientidmap,整合blazing服务调用``

This commit is contained in:
1
2025-10-15 22:53:14 +00:00
parent ebe50f18a9
commit 09c6189b80
6 changed files with 55 additions and 45 deletions

View File

@@ -133,7 +133,7 @@ func Recv(c gnet.Conn, data player.TomeeHeader) {
cmdlister, ok := cool.CmdCache.Load(data.CMD)
if !ok {
glog.Error(context.Background(), data.CMD, "cmd未注册")
glog.Debug(context.Background(), data.CMD, "cmd未注册")
return //TODO 待实现cmd未注册
}