From cbaa7cfa93893876e4fd8794b6ea39f4d245b6b5 Mon Sep 17 00:00:00 2001
From: Martin Lucina
The zmq_msg_t structure passed to zmq_send() is nullified during the call. +If you want to send the same message to multiple sockets you have to copy it +using (e.g. using zmq_msg_copy()).
@@ -694,6 +697,14 @@ The operation was interrupted by delivery of a signal before the message was
sent.
+ +Invalid message. + +EXAMPLE@@ -736,8 +747,8 @@ Martin Lucina <mato@kotelna.sk>.< |