From 21f5882fa3b881f7422945575933c71c746e620c Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 30 Jul 2022 22:40:08 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/smartproxy.classes.networkproxy.ts | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 40887ed..84f09aa 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartproxy', - version: '3.0.26', + version: '3.0.27', description: 'a proxy for handling high workloads of proxying' } diff --git a/ts/smartproxy.classes.networkproxy.ts b/ts/smartproxy.classes.networkproxy.ts index 6d66c6d..2dc4123 100644 --- a/ts/smartproxy.classes.networkproxy.ts +++ b/ts/smartproxy.classes.networkproxy.ts @@ -259,9 +259,7 @@ JNj2Dr5H0XoLFFnvuvzcRbhlJ9J67JzR+7g= // handle closing const cleanUp = () => { ws.close(); - ws.terminate(); wsc.close(); - wsc.terminate(); }; ws.on('close', (message) => {