Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project's README is misleading about pyzmq. #187

Open
codepainters opened this issue Feb 10, 2023 · 0 comments
Open

Project's README is misleading about pyzmq. #187

codepainters opened this issue Feb 10, 2023 · 0 comments

Comments

@codepainters
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant