<@U2E974ELT> The revised revised code worked even ...
# coroutines
a
@elizarov The revised revised code worked even without the
CoroutineStart.UNDISPATCHED
. I guess the problem was launching the coroutine responsible for data listening before the consumer coroutines. But the order of launching should be irrelevant, since data is sent to the Android device only after all coroutines are launched
👍 1