-
Notifications
You must be signed in to change notification settings - Fork 322
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 hang on Disabled Windows 10 Notifications #335
Conversation
The prettier pre-commit hook lint rules are at odds with the |
I had to use |
@mikaelbr Do you think there's any chance this fix will get merged? I want to deploy |
Thanks for this! Merging now |
@mikaelbr Thanks for merging! Do you know when the next release will occur? |
Right about now!
Get it while it's fresh! 🍣 |
Fix named pipe server hang when notifications are disabled in Windows 10.
This PR can't address root cause (due to snoretoast's behavior) but at least resolves the hanging issue. I think it's important to fix with some kind of change at least temporarily to prevent a permanent hang in certain use cases. (More info in #334.)
Fixes #334.