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

fix: Fix total retry time from reconnnection attempts #2306

Merged
merged 2 commits into from
Feb 6, 2025

Conversation

msfstef
Copy link
Contributor

@msfstef msfstef commented Feb 6, 2025

The sign of the total retry time was reversed. Lack of tests -> dumb mistakes.

Is there any reason we don't have a test suite for the Connection.Manager? It's a bit of an overhead to set it up, I've separated the ConnectionBackoff logic to basically just slightly enhance :backoff with total retry time and reverted the rest of the logic in the connection manager to be how it was (probably was the best option to start with).

@msfstef msfstef changed the title fix: Reverse the sign fix: Fix total retry time from reconnnection attempts Feb 6, 2025
@msfstef msfstef merged commit 519fc8a into main Feb 6, 2025
34 checks passed
@msfstef msfstef deleted the msfstef/fix-retry-time branch February 6, 2025 10:56
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.

2 participants