Since MaxConnections is currently limited to 1, all logout requests will be treated as requests to close the session. @author Andreas Ergenzinger
MaxConnections
1
159160161162163164165166167168169
break; case TEXT_REQUEST : stage = new TextNegotiationStage(this); break; case LOGOUT_REQUEST : stage = new LogoutStage(this); running = false; break; default : LOGGER.error("Recieved unsupported opcode for " + pdu.getBasicHeaderSegment().getOpCode()); stage = new UnsupportedOpCodeStage(this);