debugging

This commit is contained in:
AlexandreRouma
2025-11-05 03:28:50 -05:00
parent 8fd5143f99
commit b1b8d1cd40

View File

@@ -77,6 +77,7 @@ class WisCastUserAPIClient {
// Send a heart-beat message every 30 seconds // Send a heart-beat message every 30 seconds
setInterval(async () => { setInterval(async () => {
console.log("Sending a heart beat");
await this.#sock.send(JSON.stringify({ await this.#sock.send(JSON.stringify({
type: 'hb', type: 'hb',
})) }))