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

Add support for restarting a connection #143

Closed
vkottler opened this issue Oct 19, 2023 · 1 comment
Closed

Add support for restarting a connection #143

vkottler opened this issue Oct 19, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@vkottler
Copy link
Owner

This would be huge.

This is required to implement something like: #53. Ideally some kinds of connections just try to be "sticky" and continuously attempt to re-connect (when connect -> disconnect occurs, not spamming connection attempts when starting up).

The OS should handle exponential back-off under the hood on its own.

@vkottler
Copy link
Owner Author

Implemented on: #144.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant