master
duhui 2021-11-17 15:09:54 +08:00
parent e39a71fc50
commit ec70e48902
1 changed files with 1 additions and 1 deletions

View File

@ -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);