重连有问题

back_recharge
zhangshanxue 2020-08-18 22:27:30 +08:00
parent 413f84af8a
commit bc50b90957
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ public class SessionManager implements INetSession<ISession>, INetReceived<ISess
if (iSession == newSession) {
return 0;
}
LOGGER.error("您的账号已经在其他设备上登陆,请确认账号安全!"+new Gson().toJson(iSession)+"\r\nnew "+new Gson().toJson(newSession));
LOGGER.error("您的账号已经在其他设备上登陆,请确认账号安全!"+iSession.getId()+"\r\nnew "+newSession.getId());
serverKick(iSession,"您的账号已经在其他设备上登陆,请确认账号安全!");
return 1;
}