and if the awaitClose lambda would be called prope...
# coroutines
i
and if the awaitClose lambda would be called properly in this case
d
It will never be called, since the channel is never closed.
i
I see, think I'll change the onError function to just close the channel, probably will do for my use case
thanks