-
Notifications
You must be signed in to change notification settings - Fork 59
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
Last ping shouldn't wait 1s #29
Comments
I find it like a good proposal, but I think it should be tested before. Line 39 in e42412b
|
I updated my local sources like below and it works perfectly for me.
|
please raise a pull request |
Only if you have some other way to wait. If you don't wait, you might not get the answer and declare it bad. |
It's not true.
With current code, each ping() takes at least 1s due to wait after last ping, which is not needed. |
ping_start() forces to wait 1s after each ping. I suggest to don't wait in last cycle and return immediately.
The text was updated successfully, but these errors were encountered: