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
385 stars 180 forks source link

Remove PendingTaskSafetyFlag for CustomizedFramesThread. #639

Closed jianjunz closed 1 year ago

jianjunz commented 1 year ago

This flag was added during rebasing. It looks like this is not needed because Stop() is called in dtor. No task will be invoked after this flag is not alive. As this flag is created in another thread, it also introduces a CHECK failure.