Also check control channel

This commit is contained in:
Nathaniel Nicandro 2017-12-14 13:57:14 -06:00
parent aa6bb20f3a
commit e59086cad6

View file

@ -142,6 +142,7 @@ in the jupyter runtime directory."
(list 'shell-channel
'iopub-channel
'hb-channel
'control-channel
'stdin-channel))
when (jupyter-channel-alive-p channel)
;; hb channels create their sockets in a subprocess which gets stopped in
@ -156,6 +157,7 @@ in the jupyter runtime directory."
for channel in (list 'shell-channel
'iopub-channel
'hb-channel
'control-channel
'stdin-channel)
if (jupyter-channel-alive-p (eieio-oref client channel))
return t))