Clean nodes on reconnect (#68)

This commit is contained in:
Maciej Hirsz
2018-09-30 08:52:37 +02:00
committed by GitHub
parent b408675c9a
commit 8b7c620e2e
+2 -1
View File
@@ -86,7 +86,8 @@ export class Connection {
this.state = this.update({
status: 'online',
nodes: new Map()
nodes: new Map(),
sortedNodes: [],
});
if (this.state.subscribed) {