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: context data race #209

Closed
wants to merge 2 commits into from
Closed

Conversation

aymanbagabas
Copy link
Contributor

Context may involve in a RW data race when setting and accessing a value and its done channel.

Fixes: #160

Context may involve in a RW data race when setting and accessing a value
and its done channel.

Fixes: gliderlabs#160
@gustavosbarreto
Copy link
Collaborator

Closing this PR in favor of #211.

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.

Data race on sshContext
2 participants