fix(core): update

This commit is contained in:
2022-07-30 18:53:21 +02:00
parent 7b550a35aa
commit 0562de6aa1
2 changed files with 2 additions and 3 deletions

View File

@@ -241,6 +241,7 @@ JNj2Dr5H0XoLFFnvuvzcRbhlJ9J67JzR+7g=
Host: ws.url,
},
});
wsc.on('open', () => {
wscConnected.resolve();
});
@@ -257,10 +258,8 @@ JNj2Dr5H0XoLFFnvuvzcRbhlJ9J67JzR+7g=
const cleanUp = () => {
ws.close();
ws.terminate();
ws.removeAllListeners();
wsc.close();
wsc.terminate();
wsc.removeAllListeners();
};
ws.on('close', (message) => {