-
Notifications
You must be signed in to change notification settings - Fork 298
Closed
Labels
Description
We've seen occasional client hangs on shutdown with version 7.2.2 and nbclient that i suspect is caused by 1219c7e
Trace looks like this
term (zmq/sugar/context.py:190)
destroy (zmq/sugar/context.py:243)
stop_channels (jupyter_client/client.py:323)
_async_cleanup_kernel (nbclient/client.py:484)
_run (asyncio/events.py:88)
_run_once (asyncio/base_events.py:1786)
run_forever (asyncio/base_events.py:541)
run_until_complete (asyncio/base_events.py:574)
just_run (nbclient/util.py:62)
wrapped (nbclient/util.py:84)
setup_kernel (nbclient/client.py:567)
__exit__ (contextlib.py:119)
execute ```