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 crash in PoolStats #44

Merged
merged 3 commits into from
Apr 18, 2024
Merged

Fix crash in PoolStats #44

merged 3 commits into from
Apr 18, 2024

Conversation

davidnewhall
Copy link

The new PoolStats function had a race and a bug where it pulled stats from dead pools that panic'd when sending data to a closed channel. This fixes both bugs.

There was also an observed problem where the round robin tunnel feature was trigger befogre it should. Premature reconnection. That's also fixed.

@davidnewhall davidnewhall merged commit 31eda5f into main Apr 18, 2024
7 checks passed
@davidnewhall davidnewhall deleted the dn2_crash_fix branch April 18, 2024 07:52
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