Closed chamabreu closed 2 years ago
Found a solution for the race condition.
Use the global BrowserInstance as Promise, so each call can check if there is already an launch in progress and can wait.
launch
Closing because it's been added to #141 manually.
Found a solution for the race condition.
Use the global BrowserInstance as Promise, so each call can check if there is already an
launch
in progress and can wait.