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

Honor reconnect_backoff in conn.connect() #1342

Merged
merged 2 commits into from
Jan 12, 2018
Merged

Conversation

dpkp
Copy link
Owner

@dpkp dpkp commented Jan 11, 2018

While debugging a heartbeat thread issue I noticed that BrokerConnection reconnects do not always honor the reconnect backoff. This PR updates the lowest level call (connect()) so that it will only start a new connection after the backoff period.

@dpkp dpkp merged commit a8bf19f into master Jan 12, 2018
@jeffwidman jeffwidman deleted the backoff_conn_reconnect branch January 12, 2018 02:21
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.

1 participant