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

redirect exec calls from renderer to main process #5803

Merged
merged 1 commit into from
Aug 1, 2021

Conversation

LabhanshAgrawal
Copy link
Collaborator

Downgrading to electron 11 might not be feasible, to fix the performance issues, as the issue will still be there in signed build.
Instead, we can provide a shim for child_process that will send the command to main process and get the result from there over IPC. Performance with this should be good enough as the perf bug has lesser impact on main process (electron/electron#26143 (comment))

@github-actions
Copy link

Hi there,
Here are screenshots of Hyper built from this pr.
Imgur ImagesImgur Images
Thank you for contributing to Hyper!

@github-actions
Copy link

Hi there,
Here are screenshots of Hyper built from this pr.
Imgur Images
Thank you for contributing to Hyper!

@github-actions
Copy link

github-actions bot commented Aug 1, 2021

Hi there,
Here are screenshots of Hyper built from this pr.
Imgur ImagesImgur Images
Thank you for contributing to Hyper!

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

1 participant