I found a bug in ktor tcp, in the `ByteReadChannel...
# ktor
i
I found a bug in ktor tcp, in the
ByteReadChannel#readRemaining
method: if a connection breaks while waiting for a server response, an
IOException
will be thrown, which does not get into try-catch and kills the application. I suspect it is happening on a background thread.