Files
aurorabot/api/src
syntaxbullet cac9fae142
Some checks failed
Deploy to Production / test (push) Failing after 34s
fix(games): allow room creator to rejoin without error
The room creator was added as a player during createRoom, but when
GameRoom mounted it sent JOIN_ROOM which failed with "Already in room",
leaving the UI stuck on the loading spinner. Now treats duplicate joins
as successful rejoins, which also fixes reconnection after page refresh.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 13:52:59 +02:00
..