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
{{ message }}
This repository was archived by the owner on Jan 4, 2025. It is now read-only.
Maybe we should use waitress which relies on threads. However, since everything needs to use the game class, we might end up in many locks slowing down the app.
However, this should be tested. Maybe one lock per game is fine, which probably makes everything fast enough.