@creejs/commons-retrier 2.1.22 → 2.1.23

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.
@@ -1179,6 +1179,7 @@ class Retrier {
1179
1179
  this._breakFlag.promise.finally(() => {
1180
1180
  this._breakFlag = undefined;
1181
1181
  this._breakReason = undefined;
1182
+ this._taskingFlag = undefined;
1182
1183
  });
1183
1184
  return this._breakFlag.promise
1184
1185
  }