dabeaz / curio

Good Curio!
Other
4.02k stars 241 forks source link

fix zmq example for version 17.0.0+ #257

Closed dbuse closed 6 years ago

dbuse commented 6 years ago

pyzmq no longer ships nor needs its own selector. This breaks some of the examples provided with curio. However, the fix is easy: remove everything that relies on ZMQSelector.

This probably makes integration with other types of sockets easier (or even possible).

dabeaz commented 6 years ago

Cool!