@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 CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 5.0.5 [07-24-2023]
3
+
4
+ * Fix throttle bug on connectivity issue
5
+
6
+ See merge request itentialopensource/adapter-utils!266
7
+
8
+ ---
9
+
2
10
  ## 5.0.4 [07-18-2023]
3
11
 
4
12
  * Missing token fields oop change logic and key bug fix
@@ -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 callback(null, merror);
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-utils",
3
- "version": "5.0.4",
3
+ "version": "5.0.5",
4
4
  "description": "Itential Adapter Utility Libraries",
5
5
  "scripts": {
6
6
  "postinstall": "node utils/setup.js",
Binary file