Late night debugging before a release here - and `...
# coroutines
d
Late night debugging before a release here - and
flatMapLatest
isn't behaving as we expect; expectation is it should be dropping the ongoing Flow when a new element is processed, like Rx
switchMap
p
Create a self contained example showing where it doesn't what you want
1