ethand91 / mediasoup-ios-client

Mediasoup 3 iOS Client
ISC License
130 stars 64 forks source link

Improvements that reduce memory leaks #104

Closed pablito25sp closed 3 years ago

pablito25sp commented 3 years ago

In order to this PR to work, libmediasoupclient should be updated to latest v3 once https://github.com/versatica/libmediasoupclient/pull/122 is merged.

Hope it helps.

NOTE: Submodule within this PR is pointed to my libmediasoupclient fork https://github.com/pablito25sp/libmediasoupclient WARNING: Removed built dependencies and build folders from the codebase.

ethand91 commented 3 years ago

Thanks!

pablito25sp commented 3 years ago

Hi, https://github.com/versatica/libmediasoupclient/pull/122 was not finally merged. Tests not passed. So this won't solve threading issue, but it applies for some memory leaks.