Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow separate client for streaming calls (#128)
Streaming calls often require longer timeouts (for long lived streams) and enabling pings (to keep the underlying connection alive). Update ConnectOkHttpClient to take a second OkHttpClient argument to the constructor to be used for streaming calls. Fixes #13.
- Loading branch information