You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2025. It is now read-only.
I used the Ktor example of SuspendApp and generated a jar file.
When run on windows, the process does not terminate on SIGINT (Ctrl+c). Notably, the ktor server shuts down, nevertheless the process still keeps running. When pressing Ctrl+c another time, the processes finally terminates. On linux however (using the same jar), the application terminates gracefully as expected.
I used the Ktor example of SuspendApp and generated a jar file.
When run on windows, the process does not terminate on SIGINT (Ctrl+c). Notably, the ktor server shuts down, nevertheless the process still keeps running. When pressing Ctrl+c another time, the processes finally terminates. On linux however (using the same jar), the application terminates gracefully as expected.