Skip to content

Commit 1c9c3d1

Browse files
committed
timeouts seem to be the problem
1 parent 78893b8 commit 1c9c3d1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

library/src/main/java/org/xmtp/android/library/ApiClient.kt

-3
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ data class GRPCApiClient(
106106
environment.getValue(),
107107
if (environment == XMTPEnvironment.LOCAL) 5556 else 443
108108
).apply {
109-
keepAliveTime(3, TimeUnit.MINUTES)
110-
keepAliveTimeout(20L, TimeUnit.SECONDS)
111-
keepAliveWithoutCalls(true)
112109
if (environment != XMTPEnvironment.LOCAL) {
113110
useTransportSecurity()
114111
} else {

0 commit comments

Comments
 (0)