重连有问题
parent
413f84af8a
commit
bc50b90957
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue