Pablo San Pietro
Results
2
comments of
Pablo San Pietro
I opened this PR that is related to memory leaks. https://github.com/ethand91/mediasoup-ios-client/pull/104
Until this is merged you can set up the callback on your own code. ``` connection.socket.on('close', (hadError: boolean) => { if (hadError) logger.warn('esl socket closed with error') else logger.debug('esl socket...