Sybit-Education / Diveni

Diveni - The free Planning Poker App to be used in remote Teams connecting optionally JIRA or Azure DevOps for user stories
https://diveni.io
GNU Affero General Public License v3.0
33 stars 23 forks source link

Issues with Multiple Clients Entering/Exiting Session Simultaneously #782

Closed Dan1elBox closed 3 months ago

Dan1elBox commented 3 months ago

Describe the bug When multiple clients attempt to join or leave a session simultaneously, it often happens that not all clients are able to join or leave the session successfully.

You could potentially reproduce the error as follows:

  1. Create and start a session.
  2. Open, for example, a private browser window and join the session with approximately 10+ clients.
  3. Close the private window so that all clients attempt to leave the session simultaneously/at the same time.
  4. Observe that some clients remain in the session.

Expected behavior All clients requesting to join or leave a session simultaneously should have their actions reliably executed.