Merge branch 'develop' into feature/websockets-matches

This commit is contained in:
2026-01-02 21:47:30 +00:00
23 changed files with 1786 additions and 317 deletions
+2
View File
@@ -1,4 +1,6 @@
import { addUser, removeUser } from "../state/connection.js";
import { addUser, removeUser } from "../state/connection.js";
const HEARTBEAT_INTERVAL = 30000; // 30 seconds
const HEARTBEAT_TIMEOUT = 10000; // 10 seconds