commit | 942cac2e9e6a205fd673dc003a051cfb3867f2e3 | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Wed Apr 27 19:55:36 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 27 21:52:31 2022 |
tree | a6a29ddd31f31d8f75075af6396433d0a37b206d | |
parent | 720aa9d5c782ddec09f18d301721eea70d77ad6b [diff] |
Make deletion of Connection objects more deterministic. This changes most deletion paths of Connection objects to go through the owner class of the Connection instances, Port. In situations where Connection objects still need to be deleted asynchronously, `async = true` can be passed to `Port::DestroyConnection` and get the same behavior as `Connection::Destroy` formerly gave. The `Destroy()` method still exists for downstream compatibility, but instead of deleting connection objects asynchronously, the deletion now happens synchronously via the Port class. Bug: webrtc:13892, webrtc:13865 Change-Id: I07edb7bb5e5d93b33542581b4b09def548de9e12 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/259826 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36676}
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.