[zeromq-dev] EAGAIN with zmq_disconnect on inproc socket

Pieter Hintjens ph at imatix.com
Mon Dec 3 16:35:20 CET 2012


On Mon, Dec 3, 2012 at 4:25 PM, Stefan Radomski
<radomski at tk.informatik.tu-darmstadt.de> wrote:

> I keep getting an EAGAIN error with ZeroMQ 3.2.2 on MacOSX 10.8.2 when
> calling zmq_disconnect on an inproc socket

This looks like a bug on zmq_disconnect. The semantics for connect on
inproc are somewhat different since this does execute immediately,
unlike the other protocols, which execute asynchronously. However
disconnect obvious should not return EAGAIN when there's actually not
an error.

If you manage to make a patch for this, that'd be great.

-Pieter



More information about the zeromq-dev mailing list