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

Disable concurrency for chrome on mac #2

Open
vweevers opened this issue Aug 23, 2020 · 0 comments
Open

Disable concurrency for chrome on mac #2

vweevers opened this issue Aug 23, 2020 · 0 comments

Comments

@vweevers
Copy link
Member

Chrome @ OSX: it's not possible to launch multiple instances of Chrome at once
https://github.com/httptoolkit/browser-launcher#known-issues

Windows had a similar issue with IE. For that reason I added a mechanism to disable concurrency.

system/index.js

Lines 51 to 53 in 6542833

// Can't run multiple processes if they're killed by image name
// (and IE doesn't support it for additional, unknown reasons).
supports.concurrency = false

Do the same for chrome on mac.

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

No branches or pull requests

1 participant