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
Some calls do not return anything where they should return the result of _nn_check_positive_rtn.
_nn_check_positive_rtn
A good example is the send() method.
send()
This makes it hard to test. Ideally we would have all the calls follow the nanomsg specs: http://nanomsg.org/v0.5/nanomsg.7.html
Thanks for all the work so far!
The text was updated successfully, but these errors were encountered:
Do you have any other examples of method calls that don't match the return specs of the C bindings?
Sorry, something went wrong.
Sorry for the late response @jb098
I don't have to report any other potential issues. Thanks for reviewing this!
No branches or pull requests
Some calls do not return anything where they should return the result of
_nn_check_positive_rtn
.A good example is the
send()
method.This makes it hard to test.
Ideally we would have all the calls follow the nanomsg specs:
http://nanomsg.org/v0.5/nanomsg.7.html
Thanks for all the work so far!
The text was updated successfully, but these errors were encountered: