From: Slayer Date: Tue, 14 Jan 2025 09:25:57 +0000 (+0200) Subject: Fixing RW connections deadlock on SQLite X-Git-Tag: v0.13.12~22 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/c55ee85c5c9fe13b0392777dae8a6af69accd48f?hp=c55ee85c5c9fe13b0392777dae8a6af69accd48f Fixing RW connections deadlock on SQLite Without this change we're getting a connection in the same thread we hold one already. ---