From b1b8d1cd408210aaa8e53905df7cefb04b9f7764 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Wed, 5 Nov 2025 03:28:50 -0500 Subject: [PATCH] debugging --- www/scripts/user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/scripts/user.js b/www/scripts/user.js index 5a3fb71..a4a4a09 100644 --- a/www/scripts/user.js +++ b/www/scripts/user.js @@ -77,6 +77,7 @@ class WisCastUserAPIClient { // Send a heart-beat message every 30 seconds setInterval(async () => { + console.log("Sending a heart beat"); await this.#sock.send(JSON.stringify({ type: 'hb', }))