nanomsg / nnpy

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

Return poll result for all SP sockets, not first socket only. #29

Closed wrobell closed 8 years ago

wrobell commented 8 years ago

As in the title, we need to return all poll results from PollSet.poll method.

djc commented 8 years ago

Thanks!