Hi folks, I’ve been experimenting with Flow/Shared...
# coroutines
b
Hi folks, I’ve been experimenting with Flow/SharedFlow to learn more about the new APIs, and I am finding it difficult to express multiple fan-out Consumers for a single SharedFlow. I am seeing that the 2nd producer job is not being processed, as the
delay
in the first consumer appears to be blocking which is odd. I’m only learning the Flow APIs now so I believe there should be a trivial way to do this but right now I am stumped. Details and code in here: https://stackoverflow.com/questions/68105965/kotlin-coroutines-sharedflow-dispatching-job-per-received-shared-flow-message