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
We intermittently see a “room is already full” error in production. We don’t explicitly lock the maxClients value, so I suspect the actual cause is an IPC timeout (likely related to #876 ). The problem is that reserveSeatFor throws the same “room is already full” error in both cases, so we can’t distinguish between them and adjust client behaviour accordingly.