Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upfix: duplicate suspend/resume events #24818
Merged
+10
−12
Conversation
|
weird, but ok |
06c47c6
into
master
16 of 18 checks passed
16 of 18 checks passed
release-notes
Release notes found
release-clerk
bot
commented
Aug 5, 2020
|
Release Notes Persisted
|
This was referenced Aug 5, 2020
|
I have automatically backported this PR to "10-x-y", please check out #24843 |
|
I have automatically backported this PR to "8-x-y", please check out #24844 |
|
I have automatically backported this PR to "9-x-y", please check out #24845 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
codebytere commentedAug 3, 2020
•
edited
Description of Change
Closes #24803.
Switches to use
NSDistributedNotificationCenter, as using[[[NSWorkspace sharedWorkspace] notificationCenter]cause the events to be emitted twice.Before:
After:
Tested with https://gist.github.com/e498427e185c11ac5d81e3bd0fb6dc72
Checklist
npm testpassesRelease Notes
Notes: Fixed an issue where suspend/resume were emitted twice on macOS.