rbzmq icon indicating copy to clipboard operation
rbzmq copied to clipboard

Fix order of arguments in zmq_msg_send and zmq_msg_recv.

Open jtobin opened this issue 12 years ago • 3 comments

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.

jtobin avatar Jun 26 '13 07:06 jtobin

Just confirming that this correctly fixes the issue of the “operation on non-socket” in the zeromq3 branch.

louiz avatar Sep 18 '13 09:09 louiz

please merge this, we ruby folks want to use zeromq 3.x

nukemberg avatar Oct 17 '13 21:10 nukemberg

We need this, please pull it in!

trafalco avatar Nov 07 '13 22:11 trafalco