This repository has been archived by the owner on Sep 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove a check that could cause Datalab to hang.
The previous version of the code checked that a launched Jupyter process reported that it was listening on the port we asked it to listen on. However, the launched process may have written that message before we started reading its output, and this would cause us to hang forever waiting for the Jupyter server to report a one-time message that we had already missed.
- Loading branch information
Showing
1 changed file
with
23 additions
and
32 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