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 an edge case startup bug #186

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Fix an edge case startup bug #186

merged 1 commit into from
Sep 12, 2024

Conversation

cmmarslender
Copy link
Contributor

@cmmarslender cmmarslender commented Sep 12, 2024

Fix an edge case startup bug where we end up in a failing loop with t…he wrong certs loaded

Happens in a rare case in chia operator where the first init is called, then exporter loads those certs, then chia init -c is called and we dont have the proper new certs. By refreshing the client on every connection attempt, we ensure we have the latest configuration for the initial connection

…he wrong certs loaded

Happens in a rare case in chia operator where the first init is called, then exporter loads those certs, then chia init -c is called and we dont have the proper new certs. By refreshing the client on every connection attempt, we ensure we have the latest configuration for the initial connection
@cmmarslender cmmarslender changed the title Fix an edge case startup bug where we end up in a failing loop with t… Fix an edge case startup bug Sep 12, 2024
@cmmarslender cmmarslender merged commit d03829e into main Sep 12, 2024
17 checks passed
@cmmarslender cmmarslender deleted the fix-edge-startup-bug branch September 12, 2024 02:31
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