mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 23:41:38 -05:00
Set the last message time on the request after handling the message
This commit is contained in:
parent
e8b42a63e0
commit
cf963afa45
1 changed files with 1 additions and 1 deletions
|
@ -756,11 +756,11 @@ are taken:
|
|||
(if (not req)
|
||||
(when (jupyter-get client 'jupyter-include-other-output)
|
||||
(jupyter--run-handler-maybe client channel req msg))
|
||||
(setf (jupyter-request-last-message-time req) (current-time))
|
||||
(unwind-protect
|
||||
(jupyter--run-callbacks req msg)
|
||||
(unwind-protect
|
||||
(jupyter--run-handler-maybe client channel req msg)
|
||||
(setf (jupyter-request-last-message-time req) (current-time))
|
||||
(when (jupyter-message-status-idle-p msg)
|
||||
(setf (jupyter-request-idle-received-p req) t))
|
||||
(jupyter--drop-idle-requests client))))))))
|
||||
|
|
Loading…
Add table
Reference in a new issue