Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

v2.2.4: Error handling for inputs (#316)

Compare
Choose a tag to compare
@AlecAivazis AlecAivazis released this 30 Nov 19:57
· 52 commits to master since this release
0fa4cd6
SIGHUP is ignored and the program gets into a weird loop waiting for select to happen.
Steps to reproduce:
`go run examples/longmulti.go`
In a different terminat run `kill -s hup (pidof longmulti)` Or simply close the terminal while the program waits for input.
The program is not killed and gets in a weird state slowly killing your CPU