In my code, I have an ArrayBroadcastChannel that s...
# coroutines
a
In my code, I have an ArrayBroadcastChannel that sends strings to two subscribers: Only the first subscriber processes the strings. No chart or snackbar are displayed at the end of the stream of strings. I've searched and read the Kotlin Coroutines guides, but I don't get how to solve this problem. Any help is much appreciated.