Reading the docs on Ktor's HttpClient and WebSockets -
https://ktor.io/clients/websockets.html
Am I reading this right that if I use websockets on my server side, I won't be able to use the HttpClient in my clients on any platform other than JVM/Android, as the engine backing it for iOS/JS doesn't support it yet?