nanomsg / nnpy

cffi-based Python bindings for nanomsg
MIT License
117 stars 39 forks source link

sendmsg and recvmsg #43

Open gwangyi opened 7 years ago

gwangyi commented 7 years ago

To implement async rep socket, in my knowledge, there are two ways.

For that reason, I implemented sendmsg and recvmsg in nnpy.Socket.