Anyone know if this is expected behaviour or a bug...
# coroutines
d
Anyone know if this is expected behaviour or a bug? The assertions sometimes fail - I assume because sometimes
channel.cancel()
in the 'first' coroutine is returning true, but I haven't tested it yet.