-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
好像OkHttp ConnectionPool和Okio Watchdog没有正确关闭 #95
Comments
请问是哪个版本?
…On Fri, Oct 12, 2018, 8:20 PM Lewiswu1209 ***@***.***> wrote:
我在写一个Web项目,后台放了个Webcollector爬取一些数据,然后前台做了几个页面做展示,但是Tomcat关闭的时候日志中会打印如下内容:
The web application [] appears to have started a thread named [Okio
Watchdog] but has failed to stop it. This is very likely to create a memory
leak.
The web application [] appears to have started a thread named [Okio
Watchdog] but has failed to stop it.This is very likely to create a memory
leak.
我不太熟悉OKHTTPClient,请教下这两个线程需要如何正确终止,谢谢啦。
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#95>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ADOYYSNcGx5sLXsoabu3EsJq_QdERV40ks5ukIkTgaJpZM4XZXjR>
.
|
我去,您回复的这么快,WebCollector 2.73-alpha,用的maven仓库里的 |
回头我检查一下
…On Fri, Oct 12, 2018, 8:28 PM Lewiswu1209 ***@***.***> wrote:
我去,您回复的这么快,WebCollector 2.73-alpha,用的maven仓库里的
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#95 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADOYYUAfV0Tk0F5WRBc_gMiGYvjRgEHGks5ukIr7gaJpZM4XZXjR>
.
|
你还没有检查完 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我在写一个Web项目,后台放了个Webcollector爬取一些数据,然后前台做了几个页面做展示,但是Tomcat关闭的时候日志中会打印如下内容:
The web application [] appears to have started a thread named [Okio Watchdog] but has failed to stop it. This is very likely to create a memory leak.
The web application [] appears to have started a thread named [Okio Watchdog] but has failed to stop it.This is very likely to create a memory leak.
我不太熟悉OKHTTPClient,请教下这两个线程需要如何正确终止,谢谢啦。
The text was updated successfully, but these errors were encountered: