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

Allow connection timeout configuration #4

Closed
mnuessler opened this issue May 5, 2016 · 0 comments
Closed

Allow connection timeout configuration #4

mnuessler opened this issue May 5, 2016 · 0 comments
Assignees
Milestone

Comments

@mnuessler
Copy link
Owner

Users of the library should be able to configure HTTP connection parameters such as connect timeout.

The timeout defaults used by the underlying OkHttpClient are rather high:

  • connect timeout 15s
  • read timeout 20s
    (See retrofit.client.Defaults).
@mnuessler mnuessler self-assigned this May 5, 2016
@mnuessler mnuessler added this to the Release 0.2.0 milestone May 5, 2016
mnuessler added a commit that referenced this issue May 5, 2016
- Add support to set HTTP client configuration parameter such as
  connect/read/write timeout. Additional parameters may be set by
  passing a client instance.
- Add Change Log.
- Re-organize project directory layout.
- Add test for `ping` call.
- Closes #4.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant