Reconnect after suspend
This commit is contained in:
parent
cd1dcce8ee
commit
74ab558905
|
@ -107,6 +107,10 @@ module.exports = store => {
|
||||||
getInfo(type, index);
|
getInfo(type, index);
|
||||||
})
|
})
|
||||||
.on('change', (type, index) => {
|
.on('change', (type, index) => {
|
||||||
|
if (type === 'server') {
|
||||||
|
pa.end(); // Reconnect
|
||||||
|
return;
|
||||||
|
}
|
||||||
store.dispatch(pulseActions.change({ type, index }));
|
store.dispatch(pulseActions.change({ type, index }));
|
||||||
getInfo(type, index);
|
getInfo(type, index);
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user