17.08.12, 0:37, Claudio Carbone wrote:
> So how exactly should I check for errors with polling?
You should check return value of zmq_poll, not errno. zmq_poll will 
return -1 if any error has happened. It is valid to check errno only 
when -1 was returned from zmq_poll.
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to