@xuda.io/runtime-bundle 1.0.822 → 1.0.824

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.
@@ -27559,21 +27559,23 @@ func.UI.worker.init = async function (SESSION_ID) {
27559
27559
  console.error(err);
27560
27560
  }
27561
27561
  }
27562
- // this._interval = setInterval(job_iterator, 1);
27562
+ // setTimeout(job_iterator, 1);
27563
27563
  }
27564
27564
  } else {
27565
27565
  //busy
27566
27566
 
27567
27567
  this.attempt++;
27568
27568
  }
27569
- // return await job_iterator();
27569
+ // return job_iterator();
27570
27570
  };
27571
- job_iterator();
27572
- this._interval = setInterval(() => {
27573
- if (typeof UI_WORKER_OBJ.stat === 'undefined' || UI_WORKER_OBJ.stat === 'undefined' || UI_WORKER_OBJ.stat === null) {
27574
- job_iterator();
27575
- }
27576
- }, 1);
27571
+ // job_iterator();
27572
+ // this._interval = setInterval(() => {
27573
+ // if (typeof UI_WORKER_OBJ.stat === 'undefined' || UI_WORKER_OBJ.stat === 'undefined' || UI_WORKER_OBJ.stat === null) {
27574
+ // job_iterator();
27575
+ // }
27576
+ // }, 1);
27577
+
27578
+ this._interval = setInterval(job_iterator, 1);
27577
27579
 
27578
27580
  setInterval(async function () {
27579
27581
  func.UI.ds_garbage_collector();