You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.
Hey fellows~I use ipc protocol do the local test and found the return value of nnpy.Socket.send executed by pub server varies from 3 to 4, while the sub client react the same and can always receive data successfully. I try to figure out the meaning of these error codes but does not know where can I found the WIKI or Documentation.
By the way, the function nnpy.Socket.setsockopt(arg0,arg1,arg3) also confuses me very much. I don't know the available value set of each communicate mode, only know that (nnpy.SUB, nnpy.SUB_SUBSCRIBE, <sub name>) and (nnpy.SUB, nnpy.RCVTIMEO,1000) works. If there is some guide can tell me how can I use setsockopt correctly?
Thanks a lot.
The text was updated successfully, but these errors were encountered:
Thanks a lot. I know the nanomsg docs and now maybe I have to guess usages hah... By the way, I think this project is good. Inactive does not mean it is bad. In the opposite, maybe it is too perfect to find a bug or submit an issue :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey fellows~I use
ipc
protocol do the local test and found the return value ofnnpy.Socket.send
executed bypub server
varies from 3 to 4, while thesub client
react the same and can always receive data successfully. I try to figure out the meaning of these error codes but does not know where can I found the WIKI or Documentation.By the way, the function
nnpy.Socket.setsockopt(arg0,arg1,arg3)
also confuses me very much. I don't know the available value set of each communicate mode, only know that(nnpy.SUB, nnpy.SUB_SUBSCRIBE, <sub name>)
and(nnpy.SUB, nnpy.RCVTIMEO,1000)
works. If there is some guide can tell me how can I usesetsockopt
correctly?Thanks a lot.
The text was updated successfully, but these errors were encountered: