On Mon, 18 Jun 2012 11:14:58 +0200, Emmanuel Lécharny wrote:
Ok, fine. Thanks Alexander for the heads up.
No problem :-)
One more thing : I'm still wondering if we should not initialize the counter to the session creation date, instead of having it containing 0.
Hmm, good question. If leave it at 0, one is able to "detect" that nothing (nothing in terms of message/protocol-data and not low-level TCP establish-connection-messages) has been read so far. If we always set it session creation date we gain what? The timestamp when the session has been created. But this can be done by using "sessionCreated()" ...
So, I would prefer to leave it at 0 to indicate that nothing has been read so far. Of course this should be visible in javadoc ...
br, Alex
