cppzmq
cppzmq copied to clipboard
Update zmq::multipart_t::send to support zmq::send_flags
https://github.com/zeromq/cppzmq/blob/3bcbd9dad2f57180aacd4b4aea292a74f0de7ef4/zmq_addon.hpp#L474
zmq::multipart_t::send still uses the old int send flags.
Well, after looking at the deprecated crazyness in socket_t::send, I'm not sure how to tackle this..