```Anyone faced this issue ? Uncaught Kotlin excep...
# multiplatform
a
Copy code
Anyone faced this issue ? Uncaught Kotlin exception: io.ktor.utils.io.errors.PosixException.PosixErrnoException: POSIX error 24: Too many open files
p
you might not be closing some connections/resources, or you genuinely have exceeded the limit (see
ulimit
for your system).