I think I saw someone saying that since saving the...
# coroutines
d
I think I saw someone saying that since saving the file is being done in OkHttp's callback (and thread pool), it might crash without letting the surrounding
channelFlow
that something happened. That's why I catch it and call
close
there...