``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

@@ -93,7 +93,7 @@ func Start(serverid uint16) {
controller.Maincontroller.RPCClient = *t //将RPC赋值Start
controller.Maincontroller.Port = uint16(port) //赋值服务器ID
blservice.NewLoginServiceService().SetServerID(serverid, gconv.Uint16(port), t)
blservice.NewLoginServiceService().SetServerID(serverid, gconv.Uint16(port))
ser.Boot()
} else {