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