mirror of
https://github.com/readest/readest.git
synced 2026-07-09 16:00:16 +00:00
fix(turso): bump plugin submodule to serialize connection operations (#4927)
Advances the tauri-plugin-turso submodule to include readest/tauri-plugin-turso#2, which serializes execute/select/batch on a single turso connection behind an async mutex. Fixes the "concurrent use forbidden" crash seen in production (unhandled promise rejection in the reader on Android): turso rejects overlapping operations on one connection, and the plugin previously drove a shared connection from concurrent Tauri commands with no serialization. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6b403d019e
commit
6013341cb8
1 changed files with 1 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 21125f07692caa53be4ae36c64ff6f40b07f7904
|
||||
Subproject commit 204dc954b2e1e7811565b0c4217aa04ea741a224
|
||||
Loading…
Add table
Add a link
Reference in a new issue