On Thu, Jun 9, 2011 at 10:10 PM, Christian Martinez <[email protected]> wrote:
> Isn't that only supposed to come on a non blocking recv? > Here's my recv > if(zmq_recv (_socket, &msg, 0) != 0) Indeed. The code for a blocking zmq_recv should loop if it gets an EAGAIN. Can you make a test case for this? -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
