libzmq
libzmq copied to clipboard
Problem: zmq_about() may be called on Windows if polling fails
Solution: Add missing wsa_error_to_errno() conversion on Windows platform. Handle EINTR and EAGAIN error codes.