I do stop the coroutines at the end of the test, j...
# android
e
I do stop the coroutines at the end of the test, just forgot to include that in my example. But the test fails before that. Isn't the thread supposed to switch to another coroutine when it gets into the delay() statement? I expect it to collect data from SharedFlow whenever it's not busy with anything else.
🧵 2