open-webrtc-toolkit / owt-client-native

Open WebRTC Toolkit client SDK for native Windows/Linux/iOS applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
389 stars 181 forks source link

P2PPeerConnectionChannel::OnIceConnectionChange bug #567

Open syjml opened 2 years ago

syjml commented 2 years ago

微信截图_20211117143027 Our project is developed based on the OWT SDK 5.0.x branch. After testing the connection and disconnection many times, the program occasionally crashes. The problem lies in the line 698 of the OnIceConnectionChange method of the P2PPeerConnectionChannel class.

syjml commented 2 years ago

@jianjunz