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

Migrate to coroutines 1.7 #248

Closed
whyoleg opened this issue Jun 22, 2023 · 1 comment
Closed

Migrate to coroutines 1.7 #248

whyoleg opened this issue Jun 22, 2023 · 1 comment
Assignees

Comments

@whyoleg
Copy link
Member

whyoleg commented Jun 22, 2023

Needs ktor with coroutines 1.7 support, likely ktor 2.3.2 - because of incompatibilities.
In scope of this we need:

  • migrate to turbine 1.0 https://github.com/cashapp/turbine/releases/tag/1.0.0
  • use kotlinx-coroutines-test instead of hand written runTest
  • use Dispatchers.IO in ktor-tcp native transport
  • check performance difference with new channels algorithm
  • recheck experimental API usage
@whyoleg whyoleg self-assigned this Jun 22, 2023
@whyoleg
Copy link
Member Author

whyoleg commented Mar 8, 2024

fixed in #251

@whyoleg whyoleg closed this as completed Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant