Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
After updating work-rxjava3 from 2.9.0 to 2.10.0, periodic RxWorkers which update widgets of my app became unreliable due to frequent failures with the following error:
I see that this line, "converted single to future", was added just between 2.9.0 and 2.10.0:https://github.com/androidx/androidx/commit/967d8a5f5fb26101fdb03f3bd3d1af66344d3760#diff-0c4b85f8fc7b722dc14daeca25cbdfa7da353cecf6d17adee7d6ae2441058402R221
I confirm that downgrading the library to 2.9.0 makes the workers run reliably again.
Component used: work-rxjava3 Version used: 2.10.0 Devices/Android versions reproduced on: Samsung Galaxy S20 FE, Android 13 Worker code:https://github.com/Radiokot/photoprism-android-client/blob/e6601acdb4db9c821abc4d7b793e264fb84dd070/app/src/main/java/ua/com/radiokot/photoprism/features/widgets/photoframe/logic/UpdatePhotoFrameWidgetWorker.kt