mirror of
https://github.com/penpot/penpot.git
synced 2025-03-14 08:41:48 -05:00
🐛 Fix wring metrics usage on websocket module.
This commit is contained in:
parent
9ea90c3400
commit
2bd94aff0e
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@
|
||||||
;; connection
|
;; connection
|
||||||
(a/go-loop []
|
(a/go-loop []
|
||||||
(when-let [val (a/<! output-ch)]
|
(when-let [val (a/<! output-ch)]
|
||||||
(call-mtx metrics :messages ["send"])
|
(call-mtx metrics :messages {:labels ["send"]})
|
||||||
(a/<! (ws-send! conn (t/encode-str val)))
|
(a/<! (ws-send! conn (t/encode-str val)))
|
||||||
(recur)))
|
(recur)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue