tonysimpson / nanomsg-python

nanomsg wrapper for python with multiple backends (CPython and ctypes) should support 2/3 and Pypy
MIT License
382 stars 85 forks source link

How to use low-level API for nn_recvmsg? #63

Open peetonn opened 6 years ago

peetonn commented 6 years ago

Sorry to post it here, github doesn't allow me to DM author with this question. I need to use low-level nn_recvmsg with nn_iovec and nn_msghdr structures, but I'm not sure how to do it in Python. Can anyone suggest?