websocket reconnect on failure

This commit is contained in:
evanpelle
2024-08-16 11:06:01 -07:00
parent d062d1ac79
commit 332c2cfcac
13 changed files with 159 additions and 200 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export interface Config {
theme(): Theme;
player(): PlayerConfig
turnIntervalMs(): number
lobbyCreationRate(): number
gameCreationRate(): number
lobbyLifetime(): number
}