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: correctly handle IPC for promise-based methods #16433

Merged
merged 1 commit into from Jan 17, 2019

Conversation

codebytere
Copy link
Member

@codebytere codebytere commented Jan 17, 2019

Description of Change

Pulling this PR out of #16410, since zoomLevel and zoomFactor no longer need to be retrieved in an async manner. This PR takes into account async methods that return a promise as separate entities from those that simply take callbacks, and ensures that they are appropriately handled by ipc.

/cc @MarshallOfSound

Checklist

Release Notes

Notes: Fixed an issue with promise methods not resolving correctly over ipc in the renderer process.

@codebytere codebytere requested a review from a team January 17, 2019 16:08
@codebytere codebytere merged commit 720197f into master Jan 17, 2019
@release-clerk
Copy link

release-clerk bot commented Jan 17, 2019

Release Notes Persisted

Fixed an issue with promise methods not resolving correctly over ipc in the renderer process.

@codebytere codebytere deleted the fix-ipc-passing-async branch January 17, 2019 20:09
@trop
Copy link
Contributor

trop bot commented Jan 17, 2019

I was unable to backport this PR to "3-1-x" cleanly;
you will need to perform this backport manually.

@trop
Copy link
Contributor

trop bot commented Jan 17, 2019

I was unable to backport this PR to "4-0-x" cleanly;
you will need to perform this backport manually.

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

2 participants