Closed oconn closed 7 years ago
The problem was game state was populating each users stats incorrectly between rounds. This caused the database transactions to fail on each frame update resulting in scores to be updated in state only and not persisted across rounds.
None
PR for issue #277 .
Implementation Notes:
The problem was game state was populating each users stats incorrectly between rounds. This caused the database transactions to fail on each frame update resulting in scores to be updated in state only and not persisted across rounds.
Breaking changes:
None