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?
@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
Oleg Yukhnevich
02/24/2025, 9:00 AM
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