We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78893b8 commit 1c9c3d1Copy full SHA for 1c9c3d1
library/src/main/java/org/xmtp/android/library/ApiClient.kt
@@ -106,9 +106,6 @@ data class GRPCApiClient(
106
environment.getValue(),
107
if (environment == XMTPEnvironment.LOCAL) 5556 else 443
108
).apply {
109
- keepAliveTime(3, TimeUnit.MINUTES)
110
- keepAliveTimeout(20L, TimeUnit.SECONDS)
111
- keepAliveWithoutCalls(true)
112
if (environment != XMTPEnvironment.LOCAL) {
113
useTransportSecurity()
114
} else {
0 commit comments