mirror of
https://github.com/penpot/penpot.git
synced 2025-05-13 01:36:39 +02:00
🐛 Fix unexpected exception on websockets.
This commit is contained in:
parent
0ac5d85117
commit
9ea90c3400
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue