File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ polling the STDIN file handle."
387387 (zmq-poller-add jupyter-ioloop-poller jupyter-ioloop-stdin zmq-POLLIN)
388388 ,(jupyter-ioloop--body
389389 ioloop (jupyter-ioloop--event-dispatcher
390- ioloop (if port '(read (zmq-recv-decoded jupyter-ioloop-stdin))
390+ ioloop (if port '(read (zmq-recv jupyter-ioloop-stdin))
391391 '(zmq-subprocess-read))))))
392392
393393(defun jupyter-ioloop-alive-p (ioloop )
@@ -493,7 +493,7 @@ serializable."
493493 (while (not sent)
494494 (condition-case nil
495495 (progn
496- (zmq-send-encoded stdin msg nil zmq-DONTWAIT)
496+ (zmq-send stdin msg nil zmq-DONTWAIT)
497497 (setq sent t ))
498498 (zmq-EAGAIN (accept-process-output nil 0 )))))
499499 (zmq-subprocess-send process args)))))
You can’t perform that action at this time.
0 commit comments