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
The main method exits right exits as expected, but the JVM does not consistently stop due to something in OK HTTP. Switching to HTTP client resolves this problem.
Possibly we need to add a listener to the JVM to clean up the thread pool (or whatever thread is active)
The text was updated successfully, but these errors were encountered:
I created a simple application:
The main method exits right exits as expected, but the JVM does not consistently stop due to something in OK HTTP. Switching to HTTP client resolves this problem.
Possibly we need to add a listener to the JVM to clean up the thread pool (or whatever thread is active)
The text was updated successfully, but these errors were encountered: