fix issue #148: EINVAL is randomly raised on Mac OS X by os.read/os.write.
As a benign side-effect, if read or write is interrupted with EINTR, hub.wait() will be called before calling read/write again. (previously read/write was called immediatelly)
Showing
Please register or sign in to comment