narrowed it down. It reproduces only if 1. There a...
# coroutines
v
narrowed it down. It reproduces only if 1. There are many threads `offer`ing 2. Messages are received not with
ch.receive()
or
for (x in ch) ...
, but with a
select
.