You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In registration view user can select a not booked seat. At the same time another user can also select the same seat. That will cause race condition so whoever completes the booking faster will get that seat. Should implement some sort of guard so if one user has selected seat then that seat will be reserved for some time so that booking can be completed without rushing.
The text was updated successfully, but these errors were encountered:
In registration view user can select a not booked seat. At the same time another user can also select the same seat. That will cause race condition so whoever completes the booking faster will get that seat. Should implement some sort of guard so if one user has selected seat then that seat will be reserved for some time so that booking can be completed without rushing.
The text was updated successfully, but these errors were encountered: