Skip to content

Commit

Permalink
Merge pull request #529 from kevin-bates/fix-async-control-channel
Browse files Browse the repository at this point in the history
Expose control channel on AsyncKernelManager
  • Loading branch information
davidbrochart authored Mar 11, 2020
2 parents 93d879a + dc4b4f4 commit 466e757
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jupyter_client/ioloop/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def stop_restarter(self):
self._restarter = None

connect_shell = as_zmqstream(AsyncKernelManager.connect_shell)
connect_control = as_zmqstream(AsyncKernelManager.connect_control)
connect_iopub = as_zmqstream(AsyncKernelManager.connect_iopub)
connect_stdin = as_zmqstream(AsyncKernelManager.connect_stdin)
connect_hb = as_zmqstream(AsyncKernelManager.connect_hb)

0 comments on commit 466e757

Please sign in to comment.