Hi , I am trying to send multi-part messages using zmq_send function. In the last message, i set send_more to zero and this is zero sized message. On the receiving end using zmq_recv, it sets zmq errno 156384763 when receiving last message. In the documentation, it has written "You may send zero-length messages, e.g. for sending a signal from one thread to another." then why it is giving error.
Is it going to cause any issue (memory leak ?? or any) ? Please let me know, Thank you, --Rakesh
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
