-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(server): launch browsers when file_list is ready
If we have a lot of files and a fast starting browser (PhantomJS), the browser might try to connect to the web server before the server is ready to reply, causing the connect mechanism to time out. Make sure to wait until fileList.refresh() is complete before starting the browsers.
- Loading branch information
1 parent
1097002
commit ee537a0
Showing
1 changed file
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters