Hello all, I’ve been on this for hours but I don’t...
# coroutines
m
Hello all, I’ve been on this for hours but I don’t understand the behavior on the following snippet. When I dispatch an action, the first
actionChannel.asFlow()
emit the value as expected but the second one in the side effect fow doesnt emit anything inside the zip. Outside the zip if i subscribe multiple times to actionChannel all my subscriptions receive the value properly. But not inside the zip. I can’t understand what’s happening tbh. I’d love some insights if possible. ideally i’d like the
actionChannel
to behave like a PublishSubject