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: avoid race condition on shutdown during handshake #495

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

agaffney
Copy link
Contributor

We don't need to close handshakeFinishedChan, since the only place we wait on it also is watching for doneChan to be closed

We don't need to close handshakeFinishedChan, since the only place we
wait on it also is watching for doneChan to be closed
@agaffney agaffney merged commit 1b7e778 into main Feb 12, 2024
6 checks passed
@agaffney agaffney deleted the fix/connection-handshake-shutdown-race branch February 12, 2024 22:22
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