How to respond to Orchestrated C++ Console App Termination #4352
Replies: 1 comment
-
same as #8919 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a C++ console project as part of a Aspire project, including in the run. Have setup SetConsoleCtrlHandler, atExit and signal handler for cleanup on close, they work fine when running from the command line.
However, when running under Aspire and closing the Aspire console it seems to hard kill my console app, none of the standard closing handlers are invoked.
Beta Was this translation helpful? Give feedback.
All reactions