diff --git a/backend/src/app/util/websocket.clj b/backend/src/app/util/websocket.clj index b804b7fac..ecf1fbe58 100644 --- a/backend/src/app/util/websocket.clj +++ b/backend/src/app/util/websocket.clj @@ -115,7 +115,8 @@ (a/offer! input-ch message)) (catch Throwable e (l/warn :hint "error on decoding incoming message from websocket" - :cause e)))) + :cause e) + (on-terminate)))) on-pong (fn [_ buffer]