Hello, On this line in ClientCnxn.java <https://github.com/apache/zookeeper/blob/master/zookeeper-server/src/main/java/org/apache/zookeeper/ClientCnxn.java#L1183>, we are calling clientCnxnSocket.updateLastSendAndHeard() method but we didn't call clientCnxnSocket.updateNow() method before that. Is there a possiblity that can result in incorrect calculation of clientCnxnSocket.getIdleRecv(), causing it to throw SessionTimeoutException?
-- Karan Mehta <http://smart.salesforce.com/sig/k.mehta//us_mb/default/link.html>
