mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-30 12:04:25 -04:00
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.