Hmmmm, so I am getting a problem when walking betw...
# ktor
b
Hmmmm, so I am getting a problem when walking between wi-fi networks with the ktor client. My code is something like this:
Copy code
try { <http://client.post|client.post><HttpResponse> {  ... } } catch(t: Throwable) { ... }
Why is it that this exception isn't caught?