Yeah I realized that while this maybe *could* be implemented for inproc using tons of hacks, it would make 0 sense for other transports.
I will keep using a single socket :) On 10/23/2014 11:28 PM, Pieter Hintjens wrote: > 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 > _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
