Skip to content

Makes the reconnection loop retry on errors #275

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

anarthal
Copy link
Collaborator

After an error is encountered during name resolution, connection establishment, SSL handshake, Redis hello, reading or writing, async_run will now keep retrying if the configuration requests it

close #255

@anarthal
Copy link
Collaborator Author

This PR requires #273

After an error is encountered during name resolution, connection establishment, SSL handshake, Redis hello, reading or writing, async_run will now keep retrying if the configuration requests it

close boostorg#255
@anarthal anarthal force-pushed the bugfix/255-reconnection branch from 5427d51 to e83c7c9 Compare June 26, 2025 09:52
@anarthal anarthal marked this pull request as ready for review June 26, 2025 10:14
@anarthal anarthal requested a review from mzimbres June 26, 2025 10:14
@anarthal
Copy link
Collaborator Author

I've performed manual testing, both with and without TLS, verifying that retries are performed both on connection errors and on read errors (by killing the server in the middle of an operation).

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

Successfully merging this pull request may close these issues.

async_run exits after a resolve, connect or TLS handshake failure
2 participants