commit | b8d063796fc9a6af4d1460b876cf9cc916dc2d6e | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Wed Mar 06 13:48:03 2019 -0800 |
committer | Matteo Scandolo <teo@opennetworking.org> | Wed Mar 06 14:00:59 2019 -0800 |
tree | 9d0727b017adb0e74eea70ea390d7b2bb8d58724 | |
parent | 0d4c34ec2077d13528851d646e48cf1c482db8c0 [diff] |
[SEBA-240] Better handling of Observable subscription and triggers to prevent the GUI to freeze when multiple notifications are received Change-Id: I22380409bdb12d6661ff3fbc911d7412776d9e24
diff --git a/src/app/datasources/websocket/global.ts b/src/app/datasources/websocket/global.ts index 54c7209..372821c 100644 --- a/src/app/datasources/websocket/global.ts +++ b/src/app/datasources/websocket/global.ts
@@ -89,6 +89,7 @@ } public list() { + this.$log.debug(`[WebSocket] Active subscriptions: ${this._events.observers.length}`); return this._events.asObservable(); }