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

Added request error handling to notification flush #85

Merged
merged 1 commit into from
Jul 19, 2023

Conversation

pistachiobaby
Copy link
Contributor

During our Internal GREAT FLAKE SHAKE we discovered that sometimes the wds child process will attempt to forward notifications to the parent when the parent is not active. This lead to sparse EPIPE errors being thrown.

The underlying issue of the child forwarding requests to the parent exists, but this at least will avoid any crashing due to uncaught exceptions.

@airhorns
Copy link
Contributor

@pistachiobaby did you want to add the same error handling to the other places where we make HTTP requests to the IPC servers?

@pistachiobaby pistachiobaby merged commit abf9ecf into main Jul 19, 2023
2 checks passed
@pistachiobaby pistachiobaby deleted the nicholas/catch-unexpected-epipes branch July 19, 2023 21:32
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.

2 participants