Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ending switchboard loop when select returns 0 (#59)
this happens when subprocess doesnt do much IO and so subprocess completes even though it has no ready FDs so we should finish loop even when its ==0 vs previously it was only accounting for >0 note that we still only handle ready writes/reads when select returns >0 as there is no point in handling FDs when they have nothing ready yet
- Loading branch information