You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
thrownewCodePushPackageError("Calling common acquisition SDK with incorrect package");// Unexpected; indicates error in our implementation
87
94
}
@@ -105,7 +112,7 @@ export class AcquisitionManager {
105
112
106
113
if(response.statusCode!==200){
107
114
leterrorMessage: any;
108
-
this._apiAttempts++
115
+
this.disableApiCalls(response.statusCode)
109
116
if(response.statusCode===0){
110
117
errorMessage=`Couldn't send request to ${requestUrl}, xhr.statusCode = 0 was returned. One of the possible reasons for that might be connection problems. Please, check your internet connection.`;
111
118
}else{
@@ -149,7 +156,7 @@ export class AcquisitionManager {
0 commit comments