Unity-Technologies / com.unity.webrtc

WebRTC package for Unity
Other
753 stars 191 forks source link

fix: Fix the crash when passing the invalid argument to DeleteStatsReport method #809

Closed karasusan closed 2 years ago

karasusan commented 2 years ago

This fix relates #542 #799.

There were issues that creating/destroying RTCStatsReport instance in native code when it works with multi threading. This fix protects the shared resources using mutex, and added some test cases to check implementations of the RTCStatsReport.