enhance(rtc): update info in debug-ui

experiment/tanstack-table
rcmerci 2024-05-22 17:45:18 +08:00
parent e6a580b0d6
commit f4e251f655
1 changed files with 2 additions and 1 deletions

View File

@ -173,7 +173,7 @@
(m/reduce {} nil)
(m/?))
(catch Cancelled e
(add-log-fn {:type :rtc/cancelled})
(add-log-fn {:type :rtc/cancelled :graph-uuid graph-uuid})
(throw e)))))}))
(def ^:private empty-rtc-loop-metadata
@ -283,6 +283,7 @@
{:graph-uuid graph-uuid
:user-uuid user-uuid
:unpushed-block-update-count (op-mem-layer/get-unpushed-block-update-count repo)
:local-tx (op-mem-layer/get-local-tx repo)
:rtc-state rtc-state
:rtc-lock rtc-lock
:rtc-logs rtc-logs