from http://api.zeromq.org/4-0:zmq-msg-send
"The zmq_msg_t structure passed to zmq_msg_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())."
On Friday, September 18, 2015 7:27 AM, Aravind Sethuraman
<[email protected]> wrote:
in future i will cut and paste the sample code. but in general this was memory
mismanagement at application level on send and receive size. I was just curious
on the message assertion failure reported and i was trying to resend the same
messages which should not have been an issue imho.
thanks
On Thu, Sep 17, 2015 at 2:57 PM, Doron Somech <[email protected]> wrote:
Can you make an example?On Sep 17, 2015 12:44 PM, "Aravind Sethuraman"
<[email protected]> wrote:
in hte SERVER socket, when i send a data via zmq_sendi keep seeing Assertion
failed: check () (src/msg.cpp:320)
any idea why? am i sendign data in wrong format?
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev