i am trying to get my ktor server to autoreload on classPath changes and it works mostly..
but for some reason after there was a change it only does the reload on the next request that ktor receives.. and not instantly or soon after
is there any option to enable instant reload?
its only for dev env anyways.. but it would be nicer.. especially when it takes some time for cleanup and restart to be done