@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.
- package/js/xuda-runtime-bundle.js +2 -1
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +2 -1
- package/js/xuda-runtime-slim.min.es.js +2 -1
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +2 -1
- package/js/xuda-worker-bundle.js +2 -1
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
|
@@ -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
|
|
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
|
}
|