Skip to content

feat: add send_flags overload for multipart_t::send#687

Open
granite-kas wants to merge 1 commit into
zeromq:masterfrom
granite-kas:fix-multipart-send-flags
Open

feat: add send_flags overload for multipart_t::send#687
granite-kas wants to merge 1 commit into
zeromq:masterfrom
granite-kas:fix-multipart-send-flags

Conversation

@granite-kas
Copy link
Copy Markdown

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

Fixes #664.

Summary

  • Add a send_flags overload for zmq::multipart_t::send.
  • Keep the existing integer-based overload for backward compatibility.
  • Forward the new overload to the existing implementation so current behavior stays unchanged.

Notes

This is a small API improvement in the header-only zmq_addon.hpp file. It makes multipart send calls consistent with the rest of the modern cppzmq API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

1 participant