Hello everyone. I am writing a K/N app, that uses ...
# ktor
g
Hello everyone. I am writing a K/N app, that uses websockets, and only the CIO engine supports them on Native. However, I run into this issue when running the code:
Uncaught Kotlin exception: kotlin.IllegalStateException: TLS sessions are not supported on Native platform.
So I wonder if TLS support is coming. Thanks.