On Thu, Oct 23, 2014 at 9:55 PM, Arnaud Kapp <[email protected]> wrote:
> Well, fair-queue does *not* behave like FIFO...
> push1.send("msg2");
> push2.send("msg3");
Realize that each socket is an async object, so there's no guarantee
of the order these sends. If you want fifo, you use a single socket.
-Pieter
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev
