With Ktor Sockets, I'm getting `io.ktor.utils.io.C...
# ktor
c
With Ktor Sockets, I'm getting
io.ktor.utils.io.ConcurrentIOException: Concurrent read attempts
on Native but not on the JVM, running the same code. Are there platform-specific limitations around this? Am I just lucky on the JVM? It is possible to programmatically detect if this is allowed or not on the current platform?
Nevermind, after tweaking my code a bit, I now get the exception on the JVM but not on Native, so I guess it's just luck.