-
Notifications
You must be signed in to change notification settings - Fork 973
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
This module is not context aware and requires allowRendererProcessReuse= false #580
Comments
Any update to this? As the option has been deprecated. |
Man why nobody is answering this? |
Also interested in having this fixed. What can we do to help? |
I'm also having this issue now. Fixed it for now with |
A possible workaround I'm using is to load this module in the main process and if I need to use it from the renderer process, I just use Electron's IPC calls. |
Any update on this issue? |
?.... |
Expected Behavior
There sshould be no need to set
app.allowRendererProcessReuse=false
. Note that as of Electron 9 the default flipped to true.Current Behavior
One has to manually set
allowRendererProcessReuse
to false, and you get this warning:Possible Solution
Looks like electron/electron#18397 may have the answers.
Steps to Reproduce (for bugs)
Context
Your Environment
The text was updated successfully, but these errors were encountered: