I’ve found some strange problem with the latest ko...
# ktor
a
I’ve found some strange problem with the latest kotlin+coroutinues+ktor and macOS CURL request slowly - 2-3 seconds instead if 400-500ms. The fix is weird - remove
app.run()
https://github.com/alekseytomin/coroutines-problem/pull/1 It’s a ktor’s bug? Or coroutinue’s bug?