I'm having an issue and perhaps i'm structuring th...
# coroutines
s
I'm having an issue and perhaps i'm structuring things incorrectly: I have two components that listen / collect from a single 'shared flow' both are using the same 'scope'. [A] will just log all the events, and [B] will wait for a particular event and then do a delay before doing some logging. however it seems like after this delay occurs, both will stop collecting until the delay completes. does anyone know why that would be? should i be using two totally seperate scopes?