Hello!

Please, clarify if it is Ok

==
zmq::message_t msg;
socket_a.recv(&msg);l

socket_b.send(msg);

socket_c.send(msg);
==
to send a message to two sockets.

The same question about messages with custom deallocation function
==
zmq::message_t msg(area, 1000, my_free);

socket_b.send(msg);

socket_c.send(msg);
==

Thanks.

-- 
Best regards,
Ilja Golshtein.
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to