fix(core): update

This commit is contained in:
Philipp Kunz 2022-08-01 12:56:14 +02:00
parent cc38a6d10e
commit acbd109985
2 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartproxy',
version: '3.0.32',
version: '3.0.33',
description: 'a proxy for handling high workloads of proxying'
}

View File

@ -261,8 +261,8 @@ JNj2Dr5H0XoLFFnvuvzcRbhlJ9J67JzR+7g=
// handle closing
const cleanUp = () => {
ws.close();
wsc.close();
ws.terminate();
wsc.terminate();
};
ws.on('close', (message) => {