This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information