fix(polling): Improve polling mechanism and delay handling (#60)
Reviewed-on: #60
This commit is contained in:
@@ -78,7 +78,8 @@ class PollingController @Inject() (
|
||||
"name" -> u.name,
|
||||
"id" -> u.id,
|
||||
"self" -> (u.id == userSession.id)
|
||||
))
|
||||
)),
|
||||
"maxPlayers" -> game.maxPlayers
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user