aio-libs/aiozmq

Project's README is misleading about pyzmq.

Opened this issue · 0 comments

README states (in pyzmq <-> aiozmq comaprison) that:

zmq.asyncio.ZMQEventLoop cannot be combined with other loop implementations (most notable is the ultra fast uvloop).

Which is no longer true, as far as I understand. According to https://pyzmq.readthedocs.io/en/latest/api/zmq.asyncio.html?highlight=asyncio#zmq.asyncio.ZMQEventLoop :

DEPRECATED: AsyncIO eventloop using zmq_poll.

pyzmq sockets should work with any asyncio event loop as of pyzmq 17.