fivdi / epoll

A low-level Node.js binding for the Linux epoll API
MIT License
84 stars 13 forks source link

EINTR handling #3

Closed fivdi closed 10 years ago

fivdi commented 10 years ago

If epoll_wait returns -1 and errno is EINTR don't handle it as an error.

fivdi commented 10 years ago

Fixed with b5102fb67e1f5485116e442658f2fbd9b221b7ff