generated from root/miduo_server
master
parent
e39a71fc50
commit
ec70e48902
|
|
@ -162,7 +162,7 @@ public class AutoServerManager {
|
|||
}
|
||||
do {
|
||||
// 发送rpc到游戏服
|
||||
Result result1 = RPCClient.gmSend(" " + serverId,thriftIp,thriftPort);
|
||||
Result result1 = RPCClient.gmSend(content,thriftIp,thriftPort);
|
||||
if (result1 == null) {
|
||||
// result1为空表示rpc发送失败,最多重复三次
|
||||
LOGGER.error("服务器验证状态异常,报null,第{}次重试",i+1);
|
||||
|
|
|
|||
Loading…
Reference in New Issue