I keep finding my server not dying when my gradlew...
# ktor
a
I keep finding my server not dying when my gradlew task is dead. I end up having to find which program is using the server port via the terminal and killing it manually, in order to start my server again. Is that a known issue?
🚫 1
v
You don't mean at production, do you?
a
nope. during development
a
How do you kill the Gradle task?
a
via intellij. I run it as a configuration (just a normal ./gradlew jvmRun) and i kill it with CMD +F12