Join Slack
Powered by
Basically, we need to change this: <https://github...
# ktor
o
orangy
07/04/2017, 10:31 AM
Basically, we need to change this:
https://github.com/Kotlin/ktor/blob/master/ktor-hosts/ktor-servlet/src/org/jetbrains/ktor/servlet/KtorServlet.kt#L41
to skip
startAsync/complete
and remove
launch(dispatcher)
and just call
hostPipeline.execute(call)
synchronously
Open in Slack
Previous
Next