fix(core): update

This commit is contained in:
Philipp Kunz 2022-07-30 22:40:08 +02:00
parent 48b43f9f0d
commit 21f5882fa3
2 changed files with 1 additions and 3 deletions

View File

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

View File

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