> 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
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.