zmq.Poller is not async
fcollonval opened this issue · 1 comments
fcollonval commented
The line
jupyter_client/jupyter_client/client.py
Line 533 in 0a19278
We should use zmq.asyncio.Poller
.
fcollonval commented
Seen when working on https://github.com/datalayer/jupyter-server-nbmodel, when manually testing the code, jupyter-server requests are blocked.