-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
Chrome launcher does not exit properly on connection error #58
Comments
Hi...nice CLI man, congrats!! I'm facing this issue on a windows 10 machine.
Is there a workaround for this? |
Hi @elmeerr, thank you! I think this is a bug introduced with v2. Can you please try installing v1.3.1 - https://www.npmjs.com/package/pwa-asset-generator/v/1.3.1? I’m working on the fix atm. Sorry for inconvenience. |
Added a method to kill premature chrome instances on connection error fix #58
Added a method to kill premature chrome instances on connection error fix #58
# [2.1.0](v2.0.2...v2.1.0) (2019-11-01) ### Bug Fixes * **browser:** added a method to kill premature chrome instances ([ad69854](ad69854)), closes [#58](#58) * **file:** replaced backslash in path output of generate images API res ([6563977](6563977)), closes [#64](#64) ### Features * **main:** upgraded to pptr v2 and optimized chrome launcher ([a14e8e6](a14e8e6)), closes [#62](#62) [#58](#58)
🎉 This issue has been resolved in version 2.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
In case of
connect ECONNREFUSED
error, chrome launcher instances doesn't get killed. This creates memory issues and introduces SPOF for the lib.A preferred solution for this is to treat system browser initialization differently and let launcher handle the process management on error.
The text was updated successfully, but these errors were encountered: