When I use something like the following using a TC...
# ktor
e
When I use something like the following using a TCP socket
Copy code
writeChannel.writeFully(bytes)
Let's say there is an error caused by a connection drop. Which exception type do I have to catch in case?
a
It should the
IOException
e
I also see a
ClosedWriteChannelException
or something similar to that. I think it would be worth documenting the exception types