Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft API methods need to be exposed #233

Closed
Tulon opened this issue May 18, 2018 · 1 comment · Fixed by #235
Closed

Draft API methods need to be exposed #233

Tulon opened this issue May 18, 2018 · 1 comment · Fixed by #235

Comments

@Tulon
Copy link
Contributor

Tulon commented May 18, 2018

I'd like to make use of ZMQ_CLIENT / ZMQ_SERVER socket types with cppzmq, but unfortunately I am not able to, as cppzmq doesn't expose zmq_msg_routing_id() / zmq_msg_set_routing_id(). I can't simply call those functions directly, as zmq::message_t doesn't expose the underlying zmq_msg_t type.

@kurdybacha
Copy link
Contributor

client/server socket are not fully supported yet. client/server message types have been added recently for simple scenario only where there is no need for routing id. It would be great if you could provide a pull request for that.

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 a pull request may close this issue.

2 participants