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
Kinda dirty hack but it works, may be will be useful for someone
Spark creates jetty server after Spark.init() is called
This code try to access private field that holds embedded server and if server not initialized yet then wait 1 sec and try again
This can be also useful to get jetty thread pool status
Kinda dirty hack but it works, may be will be useful for someone
Spark creates jetty server after
Spark.init()
is calledThis code try to access private field that holds embedded server and if server not initialized yet then wait 1 sec and try again
This can be also useful to get jetty thread pool status
The text was updated successfully, but these errors were encountered: