Is it safe to call zmq_msg_close() twice for the same message?
 
Rational: I use zmq.hpp. zmq_msg_close() is called within the destructor of zmq::message_t. But to my understanding it is also implicitly called when sending it. This results in a situation where zmq_msg_close() is called twice for the same message. Can this cause problems?
 
Regards,
 
Franz Hollerer
_______________________________________________
zeromq-dev mailing list
[email protected]
https://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to