Hi there, I find out that Ktor’s curl engine doesn...
# ktor
p
Hi there, I find out that Ktor’s curl engine doesn’t support websocket now, although CIO engine supports websocket, but it doesn’t support TLS. But I also find this fork: https://github.com/whyoleg/ktor/tree/libcurl-ws , is there any official roadmap for Linux curl engine supporting websocket?
o
Hey! Ktor 3.1 does support websockets in curl engine :) Here is the last PR that was merged: https://github.com/ktorio/ktor/pull/4656
p
great! thank you for letting me know.
@Oleg Yukhnevich hi, does Linux curl engine support simultaneous requests? It seems once I established a websocket connection, then HTTP request couldn't be made.
o
I'm not sure, I would expect it to work 🙂 I'm not the original author of the PR (original), so might miss some details. Feel free to create an issue with reproducer: https://youtrack.jetbrains.com/issues/KTOR
👍 1
p
here is the issue with reproducer https://youtrack.jetbrains.com/issue/KT-75458/