Skip to content
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

[zeromq3] the first parameter of zmq_msg_send and zmq_msg_recv is the zmq_msg_t #30

Open
miniway opened this issue May 7, 2013 · 1 comment
Labels

Comments

@miniway
Copy link
Member

miniway commented May 7, 2013

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

@jtobin
Copy link

jtobin commented Jun 26, 2013

I can confirm that fixing this clears up the 'Socket operation on non-socket' error I complained about on another issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants