Fixed
Status Update
Comments
su...@google.com <su...@google.com>
su...@google.com <su...@google.com> #2
Yigit, do you have time to fix it?
reemission of the same liveData is racy
reemission of the same liveData is racy
ra...@google.com <ra...@google.com>
ol...@gmail.com <ol...@gmail.com> #4
Thanks for the detailed analysis. This may not be an issue anymore since we've started using Main.immediate there but I' not sure; I'll try to create a test case.
Description
Version used: 1.0.0-beta4
Devices/Android versions reproduced on: Crash only appears on Android 6
Crash appears when trying to enqueue a periodic task.
example :
WorkManager.getInstance().enqueueUniquePeriodicWork("UpdateNovel",ExistingPeriodicWorkPolicy.REPLACE,novel)