From c31922f93a365969d4c6ba01ed6e02d2c7aff2e5 Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Fri, 5 Aug 2022 11:49:15 +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 e899057..03790af 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -20730,7 +20730,7 @@ if (IS_PRODUCER === true) { producer = null producerTransport = null consumerTransport = null - device = null + device = undefined socket.destroy() } }) diff --git a/public/index.js b/public/index.js index f4ba3eb..3056448 100644 --- a/public/index.js +++ b/public/index.js @@ -71,7 +71,7 @@ if (IS_PRODUCER === true) { producer = null producerTransport = null consumerTransport = null - device = null + device = undefined socket.destroy() } })