From 3cc5b0dea87701a11c1474ee1ad25b6298269c5e Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Fri, 5 Aug 2022 11:51:07 +0300 Subject: [PATCH] Added logs --- public/bundle.js | 2 +- public/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/bundle.js b/public/bundle.js index 03790af..519147f 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -20731,7 +20731,7 @@ if (IS_PRODUCER === true) { producerTransport = null consumerTransport = null device = undefined - socket.destroy() + // socket.destroy() } }) }) diff --git a/public/index.js b/public/index.js index 3056448..adfb76f 100644 --- a/public/index.js +++ b/public/index.js @@ -72,7 +72,7 @@ if (IS_PRODUCER === true) { producerTransport = null consumerTransport = null device = undefined - socket.destroy() + // socket.destroy() } }) })