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

Fix: Issues with Multiple Clients Entering/Exiting Session Simultaneously #782 #786

Closed Dan1elBox closed 1 month ago

Dan1elBox commented 1 month ago

Experimental Fix for: #782

Due to the asynchronous/concurrent processing of requests in the controller that accesses and modifies the sessions, we are very likely encountering race conditions. As a test, I have now synchronized all methods that could concurrently modify the session.

Will be reverted if any faulty behavior occurs as a result of this synchronization!