@xuda.io/runtime-bundle 1.0.509 → 1.0.510

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.
@@ -28440,7 +28440,8 @@ func.datasource.create = async function (
28440
28440
 
28441
28441
  let interval = setInterval(() => {
28442
28442
  let idle_count = 0;
28443
- for (const _ds of ds_connected) {
28443
+ for (const dsSession of ds_connected) {
28444
+ const _ds = _session.DS_GLB[dsSession];
28444
28445
  if (_ds.stat == 'idle') {
28445
28446
  idle_count++;
28446
28447
  }