Files
Obtainium/lib
Imran Remtulla 99ffbc9cd2 fix(http): remove connectionTimeout from HttpClient creation
HttpService.createHttpClient set connectionTimeout: 30s on every HttpClient.
In the background isolate on real Android devices, DNS resolution can exceed
this when the network stack is cold, causing 'SocketException: Failed host
lookup' on every background update check. Restore main's behavior of no
timeout (null), which allows DNS to resolve at the system's pace.
2026-07-06 03:26:17 +01:00
..