tyleroneil72 / duordle

Duordle is an online game inspired by Wordle, designed to be a cooperative word-guessing game. The project utilizes the MERN stack (MongoDB, Express.js, React, and Node.js), along with TypeScript, Tailwind CSS, Socket.io, and is hosted on Render. Prettier and ESLint were used for code formatting and linting, and Jest for unit testing.
https://duordle.net
MIT License
0 stars 0 forks source link

Bug Two Sockets one room #28

Closed tyleroneil72 closed 1 week ago

tyleroneil72 commented 5 months ago

Sometimes two of the same socket id can fill a room

Replicated when joining a room twice two seperate browsers, then the third time trying to join via link and it says full, then leave one room via leave button.

then try to join again via link, it wont work.

tyleroneil72 commented 1 week ago

Not Reproducible after optimizations