-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add recommendations for keeping connections alive #28
Comments
Related, the server should probably be able to specify a frequency for keep alive signals. This would allow it to adjust based on the networking environment.
I think we can assume there are scenarios where the client repeatedly either 1) fails to connect or 2) connects but loses it after only a moment, not long enough to receive instructions from the server. In either case, the client should probably backoff based on rate of connection attempts. I'm not sure the exact algorithm need be part of the spec, but it seems reasonable to suggest that there should be one. |
If we want this then it can be a field in |
#36 should solve part of the problems. We may still need to add ability to instruct the Agent how often to ping/pong or send status reports to avoid disconnection due to idle timeout, so I will keep this open to address that. |
This issue appears to be resolved by #190. |
The text was updated successfully, but these errors were encountered: