I really have no idea why was this disabled....
SendCode:@Override public void sessionIdle(final IoSession session, final IdleStatus status) throws Exception { MapleClient client = (MapleClient) session.getAttribute(MapleClient.CLIENT_KEY); if (client != null) { client.sendPing (); } super.sessionIdle(session, status); }
RecvCode:PING((short) 0x12),
Code:PONG(false, (short) 0x46),



Reply With Quote



