Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SocketServer control EOF handling (#106)
Handle EOF on the control pipe. This sometimes seems to happen in slow test environments even though neither end of the control pipe got closed. Now close them properly, and use the EOF event as notification instead of this.running and sending a control byte. Fixes #105
- Loading branch information