From 21e7cc65091ef7f9909afd4feda5be23ebb87b1f Mon Sep 17 00:00:00 2001 From: vincentastolfi Date: Fri, 9 Aug 2024 09:11:17 +0200 Subject: [PATCH] :bug: fix room full handling --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 435ecc8..cfc49e3 100644 --- a/index.js +++ b/index.js @@ -213,6 +213,7 @@ io.on("connection", (socket) => { status: false, message: "Room is full" }) + return } callack({