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

ZMQAuth is broken with czmq 3.x #169

Open
mkoppanen opened this issue Jan 15, 2016 · 2 comments
Open

ZMQAuth is broken with czmq 3.x #169

mkoppanen opened this issue Jan 15, 2016 · 2 comments

Comments

@mkoppanen
Copy link
Collaborator

The API has changed completely and does not support libzmq sockets directly

@phuedx
Copy link
Contributor

phuedx commented Jan 18, 2016

I'll look into this soon. It may result in completely extracting it, it may not.

@mkoppanen: If you wish, then you can assign this to me.

@mkoppanen
Copy link
Collaborator Author

I think it will result either in extracting or updating large other parts. zauth in CZMQ 3.x works only on "zsock_t" which is an opaque handle to zeromq sockets. I couldn't find a way to convert plain libzmq socket to that type.

One option we have is to add fuller czmq bindings alongside.

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

No branches or pull requests

2 participants