Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
sancar opened this issue Aug 28, 2018 · 0 comments · Fixed by #109
Closed

Comments

@sancar
Copy link
Contributor

sancar commented Aug 28, 2018

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: hazelcast/hazelcast#13576
Fix for java client : hazelcast/hazelcast#13577

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant