Skip to content
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 的 callTimeout #225

Open
chinalwb opened this issue May 6, 2020 · 0 comments
Open

请问是否支持 okhttp 的 callTimeout #225

chinalwb opened this issue May 6, 2020 · 0 comments

Comments

@chinalwb
Copy link

chinalwb commented May 6, 2020

看到示例代码中只能配置如下三种 timeout:

//如果使用默认的60秒,以下三行也不需要设置
                .setReadTimeOut(60 * 1000)
                .setWriteTimeOut(60 * 100)
                .setConnectTimeout(60 * 100)

在 okhttp 中还有一种叫做 callTimeout 请问 RxEasyHttp 支持吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant