Signal-Android/libsignal/service
AsamK 4bb214cb2a Configure keep alive duration for okhttp connection pool to 1 minute.
The signal http server supports http keep alive, but closes idle
connections after 1 minute.
The default OkHttp connection pool will keep idle connections in the pool
for 5 minutes and doesn't notice it when the server closes connections.
As currently the automatic okhttp retries are disabled, reusing such a
stale connection will be fatal.

Issue is especially severe for incoming calls, which fail because the request
to retrieve the turn servers fails and isn't retried: #10787
2021-02-02 20:35:14 -05:00
..
src Configure keep alive duration for okhttp connection pool to 1 minute. 2021-02-02 20:35:14 -05:00
.gitignore Move libsignal-service-java into this repo. 2019-12-04 00:07:13 -05:00
build.gradle Update libphonenumber to v8.12.17 2021-01-30 11:04:54 -05:00
witness-verifications.gradle Update libphonenumber to v8.12.17 2021-01-30 11:04:54 -05:00