-
Notifications
You must be signed in to change notification settings - Fork 438
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
一直卡在超时的问题依然存在 #1820
Comments
不知跟内置hosts是否有关,关闭该选项后就没遇到了 |
您好,您说的超时问题是不是下载以后原本在一定时间内没有下载完成就应该跳转到下一个文件? |
开发者老师,您好,请问这是您对我的回复吗? 但登录这个熊猫的时候,平时是没有开梯子的。 您在设置里面好像增添了一段时间内无法响应,就跳到下一个下载选项的设置一直没什么用。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#1235
Call call = mHttpClient.newBuilder()
.callTimeout(downloadTimeout, TimeUnit.SECONDS).build()
.newCall(new EhRequestBuilder(targetImageUrl, referer).build());
我看代码中有有一段设置超时的。但是实际使用时超时了几小时依然不动。
The text was updated successfully, but these errors were encountered: