@itentialopensource/adapter-utils 5.0.4 → 5.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/lib/connectorRest.js +1 -1
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
package/CHANGELOG.md
CHANGED
package/lib/connectorRest.js
CHANGED
|
@@ -3701,7 +3701,7 @@ function queueThrottleRequest(request, callProperties, myRequestId, myTransTime,
|
|
|
3701
3701
|
// call to make the request
|
|
3702
3702
|
return requestAuthenticate(request, entitySchema, null, callProperties, (mres, merror) => {
|
|
3703
3703
|
if (merror) {
|
|
3704
|
-
return
|
|
3704
|
+
return handleEndThrottleResponse(request, 0, claimedLic, merror, [0, 0], [0, 0], waitEnd, callback);
|
|
3705
3705
|
}
|
|
3706
3706
|
|
|
3707
3707
|
let retryError = limitRetryError;
|
package/package.json
CHANGED
|
Binary file
|