Add connection health indicator

This commit is contained in:
Thomas Nordquist
2019-02-18 20:47:51 +01:00
parent 4b5d023d19
commit 55fbc642c4
8 changed files with 106 additions and 6 deletions

View File

@@ -61,6 +61,7 @@ export class ConnectionManager {
if (connection) {
connection.disconnect()
delete this.connections[hash]
connection.stateMachine.onUpdate.removeAllListeners()
}
}