Right now a user can join the game multiple times from a single account. We need to keep connected users somewhere (Redis or in memory) and: - Disconnect the older connection - Forbid the new connection
Right now a user can join the game multiple times from a single account. We need to keep connected users somewhere (Redis or in memory) and: