ethand91 / mediasoup-ios-client

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

EXC_BAD_ACCESS when trying to close producer #114

Open Mahmoud-Yousef opened 2 years ago

Mahmoud-Yousef commented 2 years ago

producer.close() causes a crash with error EXC_BAD_ACCESS this message appears in log: -[NSConcreteMutableData release]: message sent to deallocated instance 0x2818247b0

mythkiven commented 2 years ago

producer.close() causes a crash with error EXC_BAD_ACCESS this message appears in log: -[NSConcreteMutableData release]: message sent to deallocated instance 0x2818247b0

producer.close() causes a crash with error EXC_BAD_ACCESS this message appears in log: -[NSConcreteMutableData release]: message sent to deallocated instance 0x2818247b0

I also encountered the same problem