We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See the labyrinth game (commit 7d47e83).
Scenario:
save 0
load 0
> save 0 Game successully saved to KV DB. > load 0 labyrinth: InvalidOperation "DBError SystemError \"user error (open: IO error: lock ./app/labyrinth/labyrinths.rdb/LOCK: No locks available)\"" labyrinth: thread blocked indefinitely in an STM transaction
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See the labyrinth game (commit 7d47e83).
Scenario:
save 0
. A new connection is opened, and the game will be successfully saved.load 0
. A new connection will fail.The text was updated successfully, but these errors were encountered: