-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Native websocket client support #1215
Comments
This is the only thing blocking one of my projects from supporting Kotlin/Native. The stubs do allow it to compile, but it won't run without implementation. An update on this would be appreciated, @e5l |
@e5l , are there any plans for this( I saw u branch cio-common)? |
Yep, we're waiting for |
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks. |
Kotlin 1.4 is out, ktor 1.4.0 is released, too. CIO engine supports native platform now. |
Ktor 1.4 supports sockets on native, but seemingly not websockets. |
I'm also longingly waiting for websocket support on both Android and iOS. Can we expect it to come soon? |
android CIO have websocket support, we using it in Lonje chat app https://play.google.com/store/apps/details?id=com.lonje |
Any news about this? |
Fixed in 2.0.0. TLS support will be added soon |
@e5l Is it true? Native websocket support will be added soon? |
ws support is there, TLS support (required for wss) will be added soon |
@DRSchlaubi yay, thank you, can't wait to finally switch on iOS |
@DRSchlaubi may I ask where I can check status of TLS support addition? Is it related to this? #2939 |
@e5l Hey, does the tls support also include tls v1.3 and ECH? |
If you don't care about linux you can use other engines But @e5l would be nice to get a heads up on TLS in CIO |
Guys, Do you have any plans to support ktor-http-cio/posix/src/io/ktor/http/cio/websocket?
There is the nice one library https://github.com/korlibs/korio, thanks Carlos.
But now this library is not supported for 1.3.30+ kotlin. And I think we should use best api for this one, like in ktor.
The text was updated successfully, but these errors were encountered: