2
0
mirror of https://github.com/esiur/esiur-js.git synced 2025-06-27 07:13:12 +00:00
This commit is contained in:
2022-08-13 20:36:27 +03:00
parent 2689bb7fd5
commit a74907526c
3 changed files with 3 additions and 3 deletions

View File

@ -1169,7 +1169,7 @@ export default class DistributedConnection extends IStore {
let r = x.deref();
if (r != null){
r._suspend();
this._suspendedResources.set(r._p.id, x);
this._suspendedResources.set(r._p.instanceId, x);
}
}