[zeromq-dev] Trying to debug zmq_errno() with value of 11 with a binary only dist.
Christian Martinez
chmar at microsoft.com
Thu Jun 9 22:10:37 CEST 2011
Isn't that only supposed to come on a non blocking recv?
Here's my recv
if(zmq_recv (_socket, &msg, 0) != 0)
docs
/* Block until a message is available to be received from socket */
rc = zmq_recv (socket, &msg, 0);
Errors
EAGAIN
Non-blocking mode was requested and no messages are available at the moment.
--CM
-----Original Message-----
From: zeromq-dev-bounces at lists.zeromq.org [mailto:zeromq-dev-bounces at lists.zeromq.org] On Behalf Of Pieter Hintjens
Sent: Thursday, June 09, 2011 12:18 PM
To: ZeroMQ development list
Subject: Re: [zeromq-dev] Trying to debug zmq_errno() with value of 11 with a binary only dist.
On Thu, Jun 9, 2011 at 9:11 PM, Christian Martinez <chmar at microsoft.com> wrote:
> Trying to leverage zeromq w/o source. Getting an error on zmq_recv of
> value 11.
Hi Christian,
On Windows, errno 11 is EAGAIN. Here's the list:
http://support.microsoft.com/kb/47692
-Pieter
_______________________________________________
zeromq-dev mailing list
zeromq-dev at lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev
More information about the zeromq-dev
mailing list