Trying to use ktor on iOS (like I've done a few ti...
# ktor
c
Trying to use ktor on iOS (like I've done a few times before). But I'm greeted with this error message after like a ten second timeout.
Uncaught Kotlin exception: kotlinx.io.IOException: ECONNRESET (54): Connection reset by peer
Does anyone know if there's something I'm missing here? (does iOS need a internet permission like android lol) Edit: Resolved! Ran in xcode instead of fleet. 🤷