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

interrupt: fix send on closed #6147

Merged
merged 1 commit into from
Mar 28, 2019
Merged

interrupt: fix send on closed #6147

merged 1 commit into from
Mar 28, 2019

Conversation

Stebalien
Copy link
Member

If we get a signal while shutting down, we could end up sending on a closed channel.

If we get a signal while shutting down, we could end up sending on a closed
channel.

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
@Stebalien Stebalien requested a review from Kubuxu as a code owner March 28, 2019 02:45
@ghost ghost assigned Stebalien Mar 28, 2019
@ghost ghost added the status/in-progress In progress label Mar 28, 2019
@Stebalien Stebalien requested a review from magik6k March 28, 2019 16:53
@Stebalien Stebalien merged commit 7aab3c2 into master Mar 28, 2019
@Stebalien Stebalien deleted the fix/intr-send-on-closed branch March 28, 2019 18:56
@ghost ghost removed the status/in-progress In progress label Mar 28, 2019
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