cppzmq icon indicating copy to clipboard operation
cppzmq copied to clipboard

function with zmq::recv_flags::none show it have suitable impleiment?

Open fengmao31 opened this issue 1 year ago • 1 comments

image I find I can use zmq::send_flags::none in the pulisher, but I cannot use zmq::recv_flags::none. I can find the impleiment in the zmq.hpp. It looks a bug in the zmq.hpp.

fengmao31 avatar Jul 06 '23 10:07 fengmao31

Try passing message by reference not pointer (zmqmsg).

gummif avatar Jul 07 '23 15:07 gummif