jean
11/03/2020, 7:48 AMStateFlow
contains this statement:
So a slow collector skips fast updates, but always collects the most recently emitted value.What’s the actual threshold that makes it skip states? Do I need to add a
delay
call if I want to force some State to NOT be skipped?Tijl
11/03/2020, 7:54 AMTijl
11/03/2020, 7:55 AMkotlinx.coroutines
1.4)jean
11/03/2020, 8:00 AM