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
First want to say that I really like this library 🙂
However, I faced with annoying bug which actually an issue on OkHttp library side.
When UpdatesListener is listening for new updates and I'm trying to stop tomcat, it can not be stopped immediately.
It prevents me to redeploy projects because I need while all connections be released.
However this issue was resolved in OkHttp 4.3+, here's related bug square/okhttp#5542
It would be great if you can upgrade OkHttp to latest version to sort out this issue.
The text was updated successfully, but these errors were encountered:
Hi
First want to say that I really like this library 🙂
However, I faced with annoying bug which actually an issue on OkHttp library side.
When UpdatesListener is listening for new updates and I'm trying to stop tomcat, it can not be stopped immediately.
It prevents me to redeploy projects because I need while all connections be released.
However this issue was resolved in OkHttp 4.3+, here's related bug square/okhttp#5542
It would be great if you can upgrade OkHttp to latest version to sort out this issue.
The text was updated successfully, but these errors were encountered: