Added logs

This commit is contained in:
Sergiu Toma 2022-08-05 11:51:07 +03:00
parent c31922f93a
commit 3cc5b0dea8
2 changed files with 2 additions and 2 deletions

View File

@ -20731,7 +20731,7 @@ if (IS_PRODUCER === true) {
producerTransport = null producerTransport = null
consumerTransport = null consumerTransport = null
device = undefined device = undefined
socket.destroy() // socket.destroy()
} }
}) })
}) })

View File

@ -72,7 +72,7 @@ if (IS_PRODUCER === true) {
producerTransport = null producerTransport = null
consumerTransport = null consumerTransport = null
device = undefined device = undefined
socket.destroy() // socket.destroy()
} }
}) })
}) })