Files
matrix-rust-sdk/crates/matrix-sdk-sqlite
Stefan Ceriu 487640fa1f feat(client): expose a client pause/resume mechanism throughout the SDK
This patch exposes the pause/resume mechanism for SDK stores all the way up to
the FFI `Client`, so apps can temporarily release SQLite resources when moving
to the background and re-acquire them on resume.

The main use case is iOS backgrounding, where keeping SQLite file descriptors and
locks open can contribute to `0xdead10cc` terminations by the operating system.
2026-04-23 18:52:41 +03:00
..
2026-03-31 17:34:11 +02:00
2024-10-10 14:32:46 +02:00