Open wrobell opened 6 years ago
also see https://github.com/zeromq/pyzmq/blob/master/zmq/asyncio/__init__.py#L69
class ZMQEventLoop(SelectorEventLoop):
"""DEPRECATED: AsyncIO eventloop using zmq_poll.
pyzmq sockets should work with any asyncio event loop as of pyzmq 17.
"""
Is this still valid?
see https://github.com/zeromq/pyzmq/pull/1021