Problem: zmq_poller_* uses ETIMEDOUT (instead of the usual EAGAIN) to indicate timeouts
Solution: replace ETIMEDOUT within socket_poller_t and all client code by EAGAIN Fixes #2713
Showing
Please
register
or
sign in
to comment
Solution: replace ETIMEDOUT within socket_poller_t and all client code by EAGAIN Fixes #2713