mboudraa
03/02/2020, 7:25 PMactionChannel.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