<@U0MD6T132> In the code that you’ve shown you fir...
# coroutines
e
@alucard In the code that you’ve shown you first consume all items that match
isNumber
, then consume all items that
isSampleMessage
. You should never do anything in the second
consumeEach
invocation — getting there would mean the channel is already closed.