ktorio / ktor

Framework for quickly creating connected applications in Kotlin with minimal effort
https://ktor.io
Apache License 2.0
12.86k stars 1.04k forks source link

KTOR-6417 Allow changing dispatcher in the client #4105

Closed e5l closed 2 months ago

e5l commented 3 months ago

Fix KTOR-6417 Ktor Client MockEngine dispatcher handle removed KTOR-6462 Ktor clients and servers should use Dispatchers.IO.limitedParallelism(...) wherever possible

We need the possibility to set custom dispatchers to enable users to reuse dispatchers and configure test-specific dispatchers in tests.

marychatte commented 2 months ago

And please add a link to the ticket in the description

e5l commented 2 months ago

It looks like the JPMS check is broken in the main. I will check it separatelly