How has it different semantics? In the previous thread where you and Jake replied, the issue basically was I used lambda.asFlow, wrongly. when correctly turning suspend fun to flow it worked as expected
g
gildor
10/25/2020, 2:25 PM
I don't think so, because onStart doesn't guarantee order of emits! So if you onStart is slower, it will return later than your lambda
gildor
10/25/2020, 2:25 PM
So it works just because onStart is faster in your case
u
ursus
10/25/2020, 2:29 PM
Ok didnt expect it wasnt guaranteed to be first, thanks