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
We recently introduced an open-browser-on-launch feature in Cloud Tools for Eclipse. We had to add some code to look for special start up strings found in the log to detect when the server is running as it can take anywhere from 1 to 10 seconds for the server to enter a launched state. This same logic is already being done in appengine-plugins-core's `CloudSdk and it would make sense to expose this as another set of listeners.
The text was updated successfully, but these errors were encountered:
We recently introduced an open-browser-on-launch feature in Cloud Tools for Eclipse. We had to add some code to look for special start up strings found in the log to detect when the server is running as it can take anywhere from 1 to 10 seconds for the server to enter a launched state. This same logic is already being done in
appengine-plugins-core
's `CloudSdk and it would make sense to expose this as another set of listeners.The text was updated successfully, but these errors were encountered: