fix: Use retry http client
This commit is contained in:
parent
c9e4c2aa11
commit
2797974d45
3 changed files with 24 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue