commit | babdaa862321bb53a45f38167d3cb84f3de246c6 | [log] [tgz] |
---|---|---|
author | Danil Chapovalov <danilchap@webrtc.org> | Fri Sep 16 10:41:11 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 16 14:13:41 2022 |
tree | af255894c63e14b19b08b2aa5cd8347c2a7903c5 | |
parent | e16e3e2cb83e4ff49905d4ffab72efca682122ac [diff] |
Unbind VirtualSocket from rtc::MessageHandler Instead protect pending tasks with a shared object. Some tests destroy VirtualSocket on a different thread than it is used on, Some tests destroy VirtualSocket together with VirtualSocketServer after associated thread is deleted, thus complicated check is used to ensure VirtualSockets are safe to use. Bug: webrtc:9702 Change-Id: I1a19cd24ac6a598a1cde64434104cad0b750096e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/274460 Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38103}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.