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: add locking around connection manager connections #477

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

agaffney
Copy link
Contributor

This adds locking around access to the connection map to avoid a panic due concurrent read/write

Fixes #476

This adds locking around access to the connection map to avoid a
panic due concurrent read/write

Fixes #476
@agaffney agaffney merged commit acb24fa into main Jan 25, 2024
6 checks passed
@agaffney agaffney deleted the fix/connection-manager-panic branch January 25, 2024 19:34
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.

Panic due to concurrent map writes in connection manager
2 participants