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