element-x-ada/libraries/matrix
Jorge Martin Espinosa 7b93bfbba9
Use runBlocking for the token refresh logic (#6863)
* Use `runBlocking` for the token refresh logic

The `RustClientSessionDelegate` callbacks always run in a separate thread, so they don't block the main thread.

This ensures the token refresh is fully done (data saved/failed to) before the SDK continues sending the pending previously failed requests
2026-05-26 09:40:07 +02:00
..
api Update dependency org.matrix.rustcomponents:sdk-android to v26.05.20 (#6831) 2026-05-21 12:27:29 +02:00
impl Use runBlocking for the token refresh logic (#6863) 2026-05-26 09:40:07 +02:00
test Update dependency org.matrix.rustcomponents:sdk-android to v26.05.20 (#6831) 2026-05-21 12:27:29 +02:00