-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a goroutine leak in the signal handler code path
The root cause of this issue was regarding our change to shutting down via context. While implementating that change set there was a goroutine leak introduced that did not provide a clean way for shutting down and reloading the signal handler. This caused signal handling to be duplicated across reloads. Fixes: #521
- Loading branch information
Justin Reagor
committed
Oct 19, 2017
1 parent
c91b379
commit bd75e61
Showing
3 changed files
with
19 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters