jigsaw-bot icon indicating copy to clipboard operation
jigsaw-bot copied to clipboard

Check for user id collision

Open Toldoven opened this issue 1 year ago • 0 comments

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

Toldoven avatar Oct 10 '23 08:10 Toldoven