1
0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-08-01 00:28:20 +02:00

🐛 Fix unexpected exception on websockets.

This commit is contained in:
Andrey Antukh 2021-12-29 12:16:48 +01:00
parent 0ac5d85117
commit 9ea90c3400

View file

@ -30,7 +30,7 @@
(defmethod handle-message :connect
[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))]
(swap! wsp assoc :sub-ch sub-ch)