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
}
+1 -1
View File
@@ -9,7 +9,7 @@ export const defaultConfig = new class implements Config {
turnIntervalMs(): number {
return 100
}
lobbyCreationRate(): number {
gameCreationRate(): number {
return 2 * 1000
}
lobbyLifetime(): number {