Hi guys Is there some way to work around the missing support for add_reader/add_writer in asyncio.ProactorEventLoop? Specifically, I'm trying to use a library (aiozmq) that detects when it's able to read from sockets (via add_reader) and to write to sockets (via add_writer), and I would like to combine it with ProactorEventLoop.
Thanks, Arve
