Velastroll
04/01/2019, 12:31 PMDennis Schröder
04/01/2019, 12:33 PMVelastroll
04/01/2019, 12:36 PMDennis Schröder
04/01/2019, 2:17 PMVelastroll
04/02/2019, 9:46 AMDennis Schröder
04/02/2019, 11:36 AMVelastroll
04/02/2019, 12:12 PMrouting{
get("/foo"){
log.debug("first")
call.respondText("response")
log.debug("end")
}
}
I can see in the logs only "first" written, and the client browser shows the request with a pending status.
I think that Ktor suspend the functions, but i don know why. I have deployed some .war of other apps in other languages in the same TomCat, but they should not interfere with ktor.Dennis Schröder
04/02/2019, 1:15 PMVelastroll
04/02/2019, 1:23 PM