Edoardo Luppi
08/06/2024, 1:08 PMwriteChannel.writeFully(bytes)
Let's say there is an error caused by a connection drop.
Which exception type do I have to catch in case?Aleksei Tirman [JB]
08/06/2024, 3:20 PMIOException
Edoardo Luppi
08/06/2024, 3:32 PMClosedWriteChannelException
or something similar to that.
I think it would be worth documenting the exception types