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
Set keepalive at the TCP level to maintain the enode or loadbalancer connection.
Create two new wrapper classes in com.marklogic.client.impl:
Each of the wrapper classes:
During initialization of the OkHttpClient.Builder within OkHttpServices:
This change should be fully backward compatible.
See internal issues: MLAAS-2580 and RFE-4350
The text was updated successfully, but these errors were encountered:
socket factory delegates that set TCP keepalive #1274
6ac7109
Merged into master, ready to ship as 5.3.2
Sorry, something went wrong.
4c18876
(cherry picked from commit 6ac7109)
#1274 Updated file for 5.3.2 release
5d56a45
No branches or pull requests
Set keepalive at the TCP level to maintain the enode or loadbalancer connection.
Create two new wrapper classes in com.marklogic.client.impl:
Each of the wrapper classes:
During initialization of the OkHttpClient.Builder within OkHttpServices:
This change should be fully backward compatible.
See internal issues: MLAAS-2580 and RFE-4350
The text was updated successfully, but these errors were encountered: