From d3e99bbd5b109492adb850c912cbd946e55c1001 Mon Sep 17 00:00:00 2001 From: Hri7566 Date: Sun, 21 May 2023 10:20:03 -0400 Subject: [PATCH] hotfix --- src/Channel.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Channel.js b/src/Channel.js index 5355485..1e98abe 100644 --- a/src/Channel.js +++ b/src/Channel.js @@ -339,7 +339,8 @@ class Channel extends EventEmitter { if (Array.from(this.ppl.values()).length <= 0) { setTimeout(() => { this.destroy(); - }, 13000); + }, 3000); + return; } this.connections.forEach(usr => {