Skip to content
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

Kotlin/Native TCP support #80

Closed
whyoleg opened this issue Aug 19, 2020 · 0 comments · Fixed by #104
Closed

Kotlin/Native TCP support #80

whyoleg opened this issue Aug 19, 2020 · 0 comments · Fixed by #104
Assignees
Milestone

Comments

@whyoleg
Copy link
Member

whyoleg commented Aug 19, 2020

Since Ktor 1.4.0, CIO engine support TCP sockets (without TLS) on native. So it would be good to support it.
Firstly, we need to support Kotlin/Native, which will cause refactorings of some internals because of different memory model.
This will also allow to use Kotlin/Native with other transports later, when ktor will support them (f.e. websockets)

@whyoleg whyoleg added this to the 1.0.0-M1 milestone Aug 19, 2020
@whyoleg whyoleg self-assigned this Aug 19, 2020
@whyoleg whyoleg linked a pull request Oct 3, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant