mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
Also check control channel
This commit is contained in:
parent
aa6bb20f3a
commit
e59086cad6
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue