aiozmq icon indicating copy to clipboard operation
aiozmq copied to clipboard

Project's README is misleading about pyzmq.

Open codepainters opened this issue 2 years ago • 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.

codepainters avatar Feb 10 '23 07:02 codepainters