-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or requestperformanceIssues about performanceIssues about performance
Milestone
Description
Checklist
- I have searched the issue tracker for open issues that relate to the same feature, before opening a new one.
- This issue only relates to a single feature. I will open new issues for any other features.
Is your feature request related to a problem?
Signal handlers currently block the thread they were call on and do so forever. We need to handle this more gracefully.
Describe the solution you'd like to see.
Make them start a goroutine for listening on the channel instead and take a context as input to allow it to be closed when no longer in use.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestperformanceIssues about performanceIssues about performance