-
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): Start webserver and browsers after preprocessing completed
When loading many files, it is possible that the webserver and browsers will start before file preprocessing has completed. This causes the browser to attempt to connect and timeout and need to be relaunched. This change will cause the server to wait to start the webserver and browsers until after all files have been preprocessed. When a browser connects to the webserver, the webserver will be able to start serving content immediately and the browser will not experience any connection errors or timeouts.
- Loading branch information
Showing
1 changed file
with
23 additions
and
25 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