rbzmq
rbzmq copied to clipboard
Fix order of arguments in zmq_msg_send and zmq_msg_recv.
This clears up the 'Socket operation on non-socket' error in issue #25, for me. Also swapped the deprecated zmq_init in favor of zmq_ctx_new.
Just confirming that this correctly fixes the issue of the “operation on non-socket” in the zeromq3 branch.
please merge this, we ruby folks want to use zeromq 3.x
We need this, please pull it in!