Skip to content

Project's README is misleading about pyzmq. #187

@codepainters

Description

@codepainters

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions