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

session key failure reconnect backoff #447

Merged
merged 1 commit into from
Aug 13, 2023
Merged

Conversation

madninja
Copy link
Member

@madninja madninja commented Aug 12, 2023

This adjusts the reconnect to only consider a connection complete after a session key is initialized.

Doing this allows normal backof retry behavior for hotspots that fail session init, instead of the "successfully connected" 30 minute reconnect timer.

Fixes #446

@madninja madninja merged commit a0b19e9 into main Aug 13, 2023
11 checks passed
@madninja madninja deleted the madninja/session_key_reconnect branch August 16, 2023 15:21
This pull request was closed.
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.

lack of retry of a session key if it errors out
2 participants