Neopallium / lua-zmq

Lua zeromq2 binding
http://github.com/Neopallium/lua-zmq
MIT License
153 stars 36 forks source link

Use standardized error string for EINTR, just like ETERM and EAGAIN #17

Closed dcreager closed 13 years ago

dcreager commented 13 years ago

The zmq functions now use "interrupted" instead of the system-specific strerror() result for any EINTR errors. This makes it easy to test for those and retry any interrupted function calls.