We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
看到示例代码中只能配置如下三种 timeout:
//如果使用默认的60秒,以下三行也不需要设置 .setReadTimeOut(60 * 1000) .setWriteTimeOut(60 * 100) .setConnectTimeout(60 * 100)
在 okhttp 中还有一种叫做 callTimeout 请问 RxEasyHttp 支持吗?
RxEasyHttp
The text was updated successfully, but these errors were encountered:
No branches or pull requests
看到示例代码中只能配置如下三种 timeout:
在 okhttp 中还有一种叫做 callTimeout 请问
RxEasyHttp
支持吗?The text was updated successfully, but these errors were encountered: