-
Notifications
You must be signed in to change notification settings - Fork 74
server should not close clients when client only listens #109
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 #109
Conversation
|
Python 2.7 Tests PASSed. |
|
Python 3.7 Tests PASSed. |
cf59c55 to
6d59dc1
Compare
|
Python 2.7 Tests PASSed. |
|
Python 3.7 Tests PASSed. |
|
Python 2.7 Tests PASSed. |
|
Python 3.7 Tests PASSed. |
|
Python 2.7 Tests FAILed. |
|
Python 3.7 Tests FAILed. |
f4d987b to
583622c
Compare
|
Python 2.7 Tests PASSed. |
|
Python 3.7 Tests FAILed. |
583622c to
3fcb3a7
Compare
|
Python 2.7 Tests PASSed. |
|
Python 3.7 Tests PASSed. |
|
Python 2.7 Tests PASSed. |
|
Python 3.7 Tests PASSed. |
0d250ec to
da83b5a
Compare
|
Python 2.7 Tests PASSed. |
|
Python 3.7 Tests FAILed. |
da83b5a to
39af5d1
Compare
|
Python 2.7 Tests PASSed. |
|
Python 3.7 Tests PASSed. |
39af5d1 to
1c458c2
Compare
|
Python 3.7 Tests PASSed. |
|
Python 2.7 Tests PASSed. |
1c458c2 to
d00fd8a
Compare
|
Python 3.7 Tests PASSed. |
|
Python 2.7 Tests PASSed. |
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, rather than looking at incoming packages.
fixes #108