<@U2E974ELT> I've changed the code so that the dat...
# coroutines
a
@elizarov I've changed the code so that the data listening coroutine was lauched first, and it worked. I don't understand, since I've tried this before and only the first consumer worked. Today I used a newer version of the libraries (0.16) and the changelog stated: "Fixed a number of Channel and BroadcastChannel implementation bugs related to concurrent send/close/close of channels that lead to hanging send, offer or close operations". Before I was using the 0.15 version. Could these bugs be the cause of the problems?