mirror of
https://github.com/penpot/penpot.git
synced 2026-02-14 15:43:14 +00:00
🐛 Fix wring metrics usage on websocket module.
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
;; connection
|
||||
(a/go-loop []
|
||||
(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)))
|
||||
(recur)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user