cppzmq icon indicating copy to clipboard operation
cppzmq copied to clipboard

Update zmq::multipart_t::send to support zmq::send_flags

Open cacharle opened this issue 3 months ago • 1 comments

https://github.com/zeromq/cppzmq/blob/3bcbd9dad2f57180aacd4b4aea292a74f0de7ef4/zmq_addon.hpp#L474

zmq::multipart_t::send still uses the old int send flags.

cacharle avatar Sep 18 '25 14:09 cacharle

Well, after looking at the deprecated crazyness in socket_t::send, I'm not sure how to tackle this..

cacharle avatar Sep 18 '25 20:09 cacharle