Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix unhandled exception when signaling service stoped #1010

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

viceice
Copy link

@viceice viceice commented Feb 1, 2023

should fix the error occured in

So the process can properly exit

if (proc.ExitCode == 0)
{
this.SignalStopped();
}
Environment.Exit(proc.ExitCode);

@viceice
Copy link
Author

viceice commented Feb 1, 2023

@nxtn Can you please review / merge and release this fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant