element-android/matrix-sdk-android
Adam Brown 1fd1a4e824 fixing SyncWorker becoming stuck in failure state on uncaught exception
- the sync worker makes use of the CoroutineWorker which does not stop when the work completes, this means we often append to the existing worker. When appending by default the previous worker result payload is merged with (or in our case overwrites) the input data instead, meaning any failure state is set and kept until the worker stops, which in turns causes the sync worker to never sync
- the fix is to make use of an input merge that always favour the request input data instead of the previous worker results
2022-08-17 15:22:28 +01:00
..
docs Package have been renamed, so also rename it here. 2022-05-20 21:14:42 +02:00
src fixing SyncWorker becoming stuck in failure state on uncaught exception 2022-08-17 15:22:28 +01:00
.gitignore
build.gradle updating version for next release cycle 2022-08-10 12:30:38 +01:00
proguard-rules.pro Remove dependency to org.greenrobot.eventbus library 2021-01-05 18:56:24 +01:00