-
Notifications
You must be signed in to change notification settings - Fork 653
Closed
Description
Hi guys,
Is it possible to re-work the zmq.asyncio
package and remove the need of usage of zmq.asyncio.ZMQEventLoop
?
Say if I use zmq in my aiohttp application in combination with uvloop I can't just import and use zmq.asyncio
easily. So that this forces me to use third-party libraries like aiozmq instead of the native pyzmq.
Also please take a look at aio-libs/aiohttp#1092 (comment) describing specific issues with zmq.asyncio.ZMQEventLoop
.
I'm not proficient in this particular area therefore I delegate the next discussion to @asvetlov and other guys who know this area well.
If someone is able to work on this, it would be really nice! And as @asvetlov said he can point on required changes.
Metadata
Metadata
Assignees
Labels
No labels