ethand91 / mediasoup-ios-client

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

​ Memory Leaks in mediasoup ios client v 1.5.3 #132

Open MaksimMyakishev opened 1 year ago

MaksimMyakishev commented 1 year ago

Hi there! I’m using mediasoup ios client v 1.5.3 in my SDK for videocalls. My clients faced a crash because of memory leaks. So i started to explore this trouble and found something strange: When i’m connecting to the room, there are 206 new memory leaks from mediasoup library. What is it and what shall i do? Ready to give any addition info.

leo150 commented 1 year ago

Easiest way is to migrate to this mediasoup client. They have most leaks being fixed, C++ exceptions forwarded to Swift wrapper and they use m112 version of WebRTC.