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

Tuning OkHttpClient settings #85

Closed
wants to merge 2 commits into from
Closed

Tuning OkHttpClient settings #85

wants to merge 2 commits into from

Conversation

jorkey
Copy link

@jorkey jorkey commented Jun 16, 2023

A new static OkHttpClientBuilder object has been added.
It define default OkHttpClient.Builder with enabled ping packets for web socket connections.
This should help diagnose broken web socket connections.
The programmer can also change the settings of OkHttpClient's by changing the static field OkHttpClientBuilder.builder.
This must be done before *ClientSingleton objects are initialized.

@jorkey jorkey closed this Jul 25, 2023
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

Successfully merging this pull request may close these issues.

1 participant