``refactor(rpc): 优化RPC客户端管理逻辑,移除冗余clientidmap,整合blazing服务调用``
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user