diff options
Diffstat (limited to 'js/src/Ice/ACM.js')
-rw-r--r-- | js/src/Ice/ACM.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/src/Ice/ACM.js b/js/src/Ice/ACM.js index 64f5e86df3f..e22fd40aa91 100644 --- a/js/src/Ice/ACM.js +++ b/js/src/Ice/ACM.js @@ -80,7 +80,6 @@ class FactoryACMMonitor return; } this._instance = null; - this._connections = null; } add(connection) @@ -162,6 +161,7 @@ class FactoryACMMonitor { if(this._instance === null) { + this._connections = null; return; } @@ -170,7 +170,6 @@ class FactoryACMMonitor // that connections can be added or removed during monitoring. // let now = Date.now(); - this._connections.forEach(connection => { try |