mirror of
https://github.com/AlexandreRouma/wiscast.git
synced 2026-04-20 16:22:44 +00:00
debugging
This commit is contained in:
@@ -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',
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user