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
Thanks for your support & interest in this project. As far as I know this is a Gradle issue, where the SIGINT signal is not properly propagated to the running forked processes.
If you know some fix we can apply to our side, or add some Gradle documentation on how to fix this that'd be awesome.
Repro Steps:
https://github.com/jamesward/kmp-conf-server
(Not sure if the same problem exists on Mac)
Hit Ctrl-C and see the Gradle process end, but the native server process continues running even after multiple minutes:
The text was updated successfully, but these errors were encountered: