fix: Use retry http client

This commit is contained in:
Christian Kußowski 2025-07-27 07:44:48 +02:00
commit 2797974d45
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
3 changed files with 24 additions and 4 deletions

View file

@ -106,8 +106,7 @@ abstract class ClientManager {
return Client(
clientName,
httpClient:
PlatformInfos.isAndroid ? CustomHttpClient.createHTTPClient() : null,
httpClient: CustomHttpClient.createHTTPClient(),
verificationMethods: {
KeyVerificationMethod.numbers,
if (kIsWeb || PlatformInfos.isMobile || PlatformInfos.isLinux)