trying to use ktor-server on kotlin-native.. got everything i care about working .. but StatusPages seems to not work
the callbacks for handling exceptions get executed.. but
call.respondText(text = cause.message, status = HttpStatusCode.InternalServerError)
seems to not trigger a http response and the request is just hanging