mirror of
https://github.com/penpot/penpot.git
synced 2026-09-18 18:06:14 +00:00
🐛 Fix unexpected exception on websockets.
This commit is contained in:
parent
0ac5d85117
commit
9ea90c3400
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
(defmethod handle-message :connect
|
(defmethod handle-message :connect
|
||||||
[wsp _]
|
[wsp _]
|
||||||
(let [{:keys [msgbus file-id team-id session-id ::output-ch]} @wsp
|
(let [{:keys [msgbus file-id team-id session-id ::ws/output-ch]} @wsp
|
||||||
sub-ch (a/chan (a/dropping-buffer 32))]
|
sub-ch (a/chan (a/dropping-buffer 32))]
|
||||||
|
|
||||||
(swap! wsp assoc :sub-ch sub-ch)
|
(swap! wsp assoc :sub-ch sub-ch)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user