Hi Sachs,
I made a fix and the ZMQ_SNDMORE and ZMQ_NOBLOCK will be added soon (as
well as a new ZMQ.device method).
But you can run multipart messages without it by giving the right int
(in this case 2 and 0 to end the multipart message).
you'll get something like this for a two part messaging

<PUB socket>.send("topic".getBytes(), 2);
<PUB socket>.send("msg".getBytes(), 0);

_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to