Hi everybody. I use a ktor for network request. Wh...
# multiplatform
f
Hi everybody. I use a ktor for network request. When I send a big file the server cancel connection and return 413 http response. But application crashed because ByteReadChannel keeps sending data. I find issue on youtrack (https://youtrack.jetbrains.com/issue/KTOR-1054) and it mark as "Fixed" but not working. Any body know how to catch this exception? Android app crashed, but iOS work still