Hi, I am trying to use the HttpClient with WebSock...
# ktor
p
Hi, I am trying to use the HttpClient with WebSockets in a multiplatform project but on linux native I get
[generateNonce] is not supported on iOS
coming from the WebSocketContent constructor. I found that there is no implementation for
generateNonce
in the ktor-utils native library. It's kind of weird it says iOS when the targe platform is linux. Are websockets supposed to work on native linux platform?
n
Looks like you have encountered a bug 🐛. If you file a new issue on the Ktor repo ( https://github.com/ktorio/ktor/issues ) then someone from the Ktor team will have a look at it.
🆗 1
👍 1
p
well, It was already reported a couple days ago. Interesting that I couldn't find it with google search https://github.com/ktorio/ktor/issues/1934
👍 1