From 588179335a0eab785ba83c878eca5450f8fd7515 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 2 Feb 2021 21:59:54 +0000 Subject: [PATCH] fix(core): update --- ts/smartproxy.portproxy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/smartproxy.portproxy.ts b/ts/smartproxy.portproxy.ts index 285d31e..6e841cb 100644 --- a/ts/smartproxy.portproxy.ts +++ b/ts/smartproxy.portproxy.ts @@ -22,7 +22,7 @@ const portProxyCalls = { from.end(); to.end(); from.removeAllListeners(); - to.removeEventListener(); + to.removeAllListeners(); from.unpipe(); to.unpipe(); }