-
Notifications
You must be signed in to change notification settings - Fork 22
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
Support ZMQ 3.X #23
Comments
Yes, please. +1 |
I had the same problem but got these drivers working -> http://helenaedelson.com/?p=855 |
+1 for 3.x support. |
+1 |
1 similar comment
+1 |
+1 Note that this is preventing akka applications from using zmq 3 since akka-zeromq depends on it |
+1 |
2 similar comments
+1 |
+1 |
Reminder that the latest ZMQ version is 4.0.3, the scala wrapper is now two major versions behind the latest one. |
+1 |
FWIW, there's an open ticket (which I'm working on) that migrates On Tue, Feb 11, 2014 at 11:22 AM, Malik Baktiyarov <[email protected]
|
+1 |
Pull request sent! :) I don't think its supporting 100% of the features of +3.2, but most of the core functionality seems to work with latest zeromq lib. |
+1 |
zeromq 4 now :-) |
Can anyone please update on the latest on ZMQ 3.2 version compatibility. I am really in need of compatible version. I see pull request being raised but may be not merged to main branch. Is there any other branch which has the compatible 3.X version? |
+1 |
zeromq has reached a stable 3.x version for a long time. I believe support for it should be included in this project. At this point, when I recv() a message, it always returns null.
The text was updated successfully, but these errors were encountered: