Open xstar2091 opened 1 week ago
My pr is blocked. The tests failed unfortunately. I don't have a Mac or Windows device, so there's no way to troubleshoot these errors.
The test was canceld on Windows because of the "Prepare dependencies" went error. The test failed on task_timer on Macos-13. I dont have mac to roubleshoot the error and I think it is not related to the signal fix code.
its a timing issue on osx, i restarted the job. I already have a bug and branch for it but not done yet.
made a http server var CrowCpp. It crashed when exit the server by Ctrl+C if handler was already running. I tried to stop the handler used atexit and signal like this
But it did not work. SIGINT signal was not processed in my handler function "OnSignalHandler".
So, How can I stop the running handler and release the sources before exit?