hazelcast-cpp-client icon indicating copy to clipboard operation
hazelcast-cpp-client copied to clipboard

Client Connection cannot detect idle connection to send ping and server shutdown connection

Open sancar opened this issue 6 years ago • 0 comments

Client connection should detect that a connection is reading but not sending any data to server to detect heartbeat idle case. Current implementation checks only last read time which is not enough for reading only connections like just simple listener use case.

Issue from java client: https://github.com/hazelcast/hazelcast/issues/13576 Fix for java client : https://github.com/hazelcast/hazelcast/pull/13577

sancar avatar Aug 28 '18 08:08 sancar