If I am completely off here, please let me know (still learning ZMQ):

    server.send(id, ZMQ_SNDMORE);
    server.send(empty, ZMQ_SNDMORE );

But I don't think you should have the ZMQ_SENDMORE flag on the second
send() call.

Otherwise the message will not be sent, instead waiting for another call to
send() without the flag which only then commits the message to be sent by
underlying code.
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to