Project's README is misleading about pyzmq.
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 431
- Forks
- 57
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.