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 #329

Closed
sancar opened this issue Aug 28, 2018 · 0 comments
Assignees
Projects
Milestone

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

@SaitTalhaNisanci SaitTalhaNisanci self-assigned this Sep 24, 2018
@SaitTalhaNisanci SaitTalhaNisanci added this to To do in 0.4 via automation Sep 24, 2018
@SaitTalhaNisanci SaitTalhaNisanci added this to the 0.4 milestone Sep 24, 2018
0.4 automation moved this from To do to Done Sep 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
0.4
  
Done
Development

No branches or pull requests

2 participants