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

Server should not close clients when client only listens #13578

Commits on Aug 15, 2018

  1. Server should not close clients when client only listens

    Client was not sending Ping to server when last read time is
    up-to-date. When server constantly pushes events to client,
    client does not send any ping to server. And consequently,
    server closes client because it does not send any ping.
    
    Client logic has changed so that it send pings if there is no
    outgoing packages recently, rarther than looking at incoming
    packages.
    
    fixes hazelcast#13576
    
    (cherry picked from commit 9bb70fa)
    sancar committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    ec5ab10 View commit details
    Browse the repository at this point in the history