We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm working on zeromq3 branch,
The parameter order seems to be wrong at zmq_msg_send and zmq_msg_recv.
The first parameter of zmq_msg_send and zmq_msg_recv should be the zmq_msg_t
https://github.com/zeromq/zeromq3-x/blob/master/src/zmq.cpp#L544
The text was updated successfully, but these errors were encountered:
I can confirm that fixing this clears up the 'Socket operation on non-socket' error I complained about on another issue.
Sorry, something went wrong.
No branches or pull requests
I'm working on zeromq3 branch,
The parameter order seems to be wrong at zmq_msg_send and zmq_msg_recv.
The first parameter of zmq_msg_send and zmq_msg_recv should be the zmq_msg_t
https://github.com/zeromq/zeromq3-x/blob/master/src/zmq.cpp#L544
The text was updated successfully, but these errors were encountered: