-
Notifications
You must be signed in to change notification settings - Fork 37
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
Fails in Electron renderer process #125
Comments
I know the library works when used in the main electron process, but it appears that the renderer process is doing something odd that is tripping up the threading library. The only suggestion I have for now is to not use it in the renderer process. Or you could try enabling the option I am not sure when I will have a chance to look at fixing the underlying issue. The threading library we use does support web-workers, but I have never tried that so it might not be easy |
Thank you for your response. It indeed works well in the main electron process. I am having some issues when the application is packed versus not packed. Basicly when running it in the development environement it works, and when I make a build it doesn't, the connection is not taking place. Have you guys encountered anything similar? I am using |
Updated the electron version |
I'm submitting a ...
[ x ] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project
Summary
Everything works fine until I try to make a call to
atem.connect()
In which case I run into the following error:
I understand that this might be more of an Electron issue, as specified here, and here
I have the following BrowserWindow options:
With the following versions:
Is there any other implementation with an electron-friendly thread library? Or does anybody have an idea of a potential fix?
The text was updated successfully, but these errors were encountered: