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 named pipe server hosted service crash #19

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

starcraft66
Copy link
Member

@starcraft66 starcraft66 commented Jun 18, 2024

Moves the named pipe server startup routine into the try/catch block that attempts to restart the hosted service if something goes wrong with the named pipe server. The initialization routine can throw, so it needs to be in the try/catch or it will take down the entire host.

Fixes #17

@starcraft66 starcraft66 merged commit 84fffb6 into main Jun 18, 2024
2 checks passed
@starcraft66 starcraft66 deleted the feature/tgh/fix-hosted-service-crash branch June 18, 2024 04:29
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.

Service needs to be set to restart on fail
1 participant