Hi, In my server implementation, I am handling a 'heartbeat' message from connected client every n number of seconds. If the message is not received in those n seconds, then the session has to be closed. Does getLastReadTime() method ( http://mina.apache.org/report/trunk/apidocs/org/apache/mina/core/session/IoSession.html#getLastReadTime() ) report the time in milliseconds from some other benchmark ? Because, it no way relates to the n number of seconds in which the heartbeat is expected to be received.
N
