back_recharge
wangyuan 2019-09-19 20:33:47 +08:00
parent fb7e229a60
commit 2a5d4fe922
1 changed files with 1 additions and 0 deletions

View File

@ -253,6 +253,7 @@ public class ProtocolsManager implements ProtocolsAbstract {
}
}
LOGGER.info("the uid={} reconnect,the maxid={} ",session.getUid(),maxMsgId);
MessageUtil.sendMessageWithoutBack(session,1, MessageTypeProto.MessageType.RECONNECT_RESPONSE_VALUE,null,true);
}