You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not really optimal to use sleep as a synchronization primitive here (ideally it should wait until process signals that it is ready in some way, e.g. when process' stdout contains something that indicates that the server is up and running). This is not a very critical code path though, so not too much of a concern.
Originally posted by @matrss in #2069 (comment)
The text was updated successfully, but these errors were encountered: