mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 17:46:13 +02:00
⬆️ Upgrade to beicon2 (part1)
This commit is contained in:
parent
ecee15af5b
commit
96f5a33f5f
151 changed files with 482 additions and 433 deletions
|
@ -17,7 +17,7 @@
|
|||
[app.worker.selection]
|
||||
[app.worker.snaps]
|
||||
[app.worker.thumbnails]
|
||||
[beicon.core :as rx]
|
||||
[beicon.v2.core :as rx]
|
||||
[promesa.core :as p]))
|
||||
|
||||
(log/setup! {:app :info})
|
||||
|
@ -130,7 +130,7 @@
|
|||
;; 1ms debounce, after 1ms without messages will process the buffer
|
||||
(rx/debounce 1)
|
||||
|
||||
(rx/subs (fn [[messages dropped last]]
|
||||
(rx/subs! (fn [[messages dropped last]]
|
||||
;; Send back the dropped messages replies
|
||||
(doseq [msg dropped]
|
||||
(drop-message msg))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue