From 2fb96a1b7d2ba4da1c02975871622f35e26e100f Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 12 Jan 2022 10:48:53 +0100 Subject: [PATCH] :paperclip: Add debug to ws messages. --- backend/src/app/util/websocket.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/app/util/websocket.clj b/backend/src/app/util/websocket.clj index 5eb1737d6..994070797 100644 --- a/backend/src/app/util/websocket.clj +++ b/backend/src/app/util/websocket.clj @@ -115,6 +115,7 @@ (a/offer! input-ch message)) (catch Throwable e (l/warn :hint "error on decoding incoming message from websocket" + :wsmsg (pr-str message) :cause e) (on-terminate))))