Skip to content

Commit

Permalink
timeouts seem to be the problem (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer authored Apr 17, 2024
1 parent 78893b8 commit 7c336e7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions library/src/main/java/org/xmtp/android/library/ApiClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ data class GRPCApiClient(
environment.getValue(),
if (environment == XMTPEnvironment.LOCAL) 5556 else 443
).apply {
keepAliveTime(3, TimeUnit.MINUTES)
keepAliveTimeout(20L, TimeUnit.SECONDS)
keepAliveWithoutCalls(true)
if (environment != XMTPEnvironment.LOCAL) {
useTransportSecurity()
} else {
Expand Down

0 comments on commit 7c336e7

Please sign in to comment.