Hi, can someone explain me some stuff from org.apache.mina.example.sumup? ClientSessionHandler extends from IoHandlerAdapter and the api doc says that "All methods do nothing by default." ClientSessionHandler does not override the sessionIdle method. So is it correct that the line: private static final long CONNECT_TIMEOUT = 30*1000L; // 30 seconds is never used?
Max
