Add code for server to client case

This commit is contained in:
freddyaboulton
2024-10-04 17:28:26 -07:00
parent 56817f71aa
commit 9d28441995
4 changed files with 287 additions and 71 deletions

View File

@@ -161,7 +161,6 @@
window.setInterval(() => {
if (stream_state == "open") {
console.log("dispatching tick");
dispatch("tick");
}
}, stream_every * 1000);