You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.
For those having issues with OSX, and using BREW, you can install the ZMQ 3.2.5 by:
$ brew tap homebrew/versions
$ brew install zeromq32
$ gem install ffi-rzmq
👍 To having docs here, I spent yesterday debugging this (if only I had thought to check the issues, doh). Was using ffi-rzmq-core 1.0.4 and getting the same error.
Actually overhauled my whole environment a few times, what fixed it was the zmq version.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As I can see, dcell works with old version
http://download.zeromq.org/zeromq-3.2.5.tar.gz
And does not work with new versions. The known bugs of:
does not fixed there.
But 3.2.5 still works. It cost me hour of debugging :)
Thank you!
The text was updated successfully, but these errors were encountered: