We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to reproduce?
It panics and outputs "panic: close of closed channel".
#1319 (comment) ad73d05#diff-4fb927abdfbf2db38da702b7131f128fa6d7e4cbd3d6d7baa3f4271eb2949956R471 These lines cause nsqd.Exit to be called twice. We can just simply use go-svc to handle all signals.
The text was updated successfully, but these errors were encountered:
ping @jehiah
Sorry, something went wrong.
This will be fixed in #1331
Successfully merging a pull request may close this issue.
How to reproduce?
It panics and outputs "panic: close of closed channel".
#1319 (comment)
ad73d05#diff-4fb927abdfbf2db38da702b7131f128fa6d7e4cbd3d6d7baa3f4271eb2949956R471
These lines cause nsqd.Exit to be called twice. We can just simply use go-svc to handle all signals.
The text was updated successfully, but these errors were encountered: