the main for hyperdome server tries to trap threads with keyboard interrupt which can lead to a race condition if daemonized.
This is also likely an issue in the client, where at certain times quitting via Ctrl+C will cause an error when the timer calls back to a deleted application, and causing a messy shutdown.
https://stackoverflow.com/questions/3788208
the main for hyperdome server tries to trap threads with keyboard interrupt which can lead to a race condition if daemonized.
This is also likely an issue in the client, where at certain times quitting via Ctrl+C will cause an error when the timer calls back to a deleted application, and causing a messy shutdown.