nanomsg-python icon indicating copy to clipboard operation
nanomsg-python copied to clipboard

API call returns not conform specs

Open stas opened this issue 10 years ago • 2 comments

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!

stas avatar Jan 16 '15 10:01 stas

Do you have any other examples of method calls that don't match the return specs of the C bindings?

jb098 avatar Sep 07 '16 10:09 jb098

Sorry for the late response @jb098

I don't have to report any other potential issues. Thanks for reviewing this!

stas avatar Sep 24 '16 10:09 stas