fix(polling): Improve polling mechanism and delay handling (#60)

Reviewed-on: #60
This commit is contained in:
2025-11-20 10:51:39 +01:00
parent a58b2e03b1
commit 641c892981
7 changed files with 16 additions and 21 deletions

View File

@@ -78,7 +78,8 @@ class PollingController @Inject() (
"name" -> u.name,
"id" -> u.id,
"self" -> (u.id == userSession.id)
))
)),
"maxPlayers" -> game.maxPlayers
)
}