Closed NullSoldier closed 5 years ago
@powermates From the conversation here, https://github.com/NullSoldier/serverthrall/issues/79
We want to support sending CTRL + C keys to the console window to shut down the server cleanly, but this requires us to integrate into the Win32 API to do so, and then abstract that code out so serverthrall can still run on linux.
This is finally complete in 2.1.10 https://github.com/NullSoldier/serverthrall/releases/tag/v2.1.10
@powermates From the conversation here, https://github.com/NullSoldier/serverthrall/issues/79
We want to support sending CTRL + C keys to the console window to shut down the server cleanly, but this requires us to integrate into the Win32 API to do so, and then abstract that code out so serverthrall can still run on linux.