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', }))