Does ktor provide a way to catch ipc signals (e.g....
# ktor
j
Does ktor provide a way to catch ipc signals (e.g. SIGTERM or SIGINT) so server shutdown can be handled gracefully?
c
Only if you are running you host in
DevelopmentEngine
.
j
Nice -- thank you!
d
I have started a FAQ section in ktor.io website. And added this Q/A: http://ktor.io/servers/faq.html#sigterm
👍 1