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

Do not reset connection retry counter if the connection drops less than X millis since being established #427

Open
rpiaggio opened this issue Nov 18, 2022 · 0 comments

Comments

@rpiaggio
Copy link
Collaborator

This addresses the case where the server misbehaves upon a specific query and drops the connection.

Since the connection is established, the retry counter is reset to zero and the client is stuck in an active loop of connecting and disconnecting.

@rpiaggio rpiaggio changed the title Do not reset connection retry counter if the connection drops less than X seconds since being established Do not reset connection retry counter if the connection drops less than X millis since being established Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant