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
Fix to pyzmq (zeromq/pyzmq#1021), added to pyzmq master in 2017, removed need for custom ZMQEventLoop in order to support use of alternative (uvloop, etc) coroutine engines. However, Zguide examples (under examples/Python/asyncio_ioloop, see patho{pub,sub}.py for two such cases) are still using outdated ZMQEventLoop-based approach, which also results in examples being more complex than needed (decorators + non-async-based coroutines, etc.).
Please use current pyzmq asyncio example code instead in Zguide.
Also filed as pyzmq issue in zeromq/pyzmq#1352 -- it wasn't clear who's actually responsible for Python examples in Zguide, and maintains their parity with pyzmq code examples.
The text was updated successfully, but these errors were encountered:
jwiede
changed the title
asyncio_ioloop examples still use ZMQEventLoop
Pyzmq asyncio_ioloop examples still use ZMQEventLoop
Jan 15, 2020
jwiede
changed the title
Pyzmq asyncio_ioloop examples still use ZMQEventLoop
Python asyncio_ioloop examples still use ZMQEventLoop
Jan 15, 2020
Fix to pyzmq (zeromq/pyzmq#1021), added to pyzmq master in 2017, removed need for custom ZMQEventLoop in order to support use of alternative (uvloop, etc) coroutine engines. However, Zguide examples (under examples/Python/asyncio_ioloop, see patho{pub,sub}.py for two such cases) are still using outdated ZMQEventLoop-based approach, which also results in examples being more complex than needed (decorators + non-async-based coroutines, etc.).
Please use current pyzmq asyncio example code instead in Zguide.
Also filed as pyzmq issue in zeromq/pyzmq#1352 -- it wasn't clear who's actually responsible for Python examples in Zguide, and maintains their parity with pyzmq code examples.
The text was updated successfully, but these errors were encountered: