commit | 6da271844c21462ab732fb78909615a071c722e5 | [log] [tgz] |
---|---|---|
author | Tomas Gunnarsson <tommi@webrtc.org> | Sat Sep 12 21:10:17 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Sep 14 12:51:12 2020 |
tree | bb39ffbac313e257bf92507e9ffb3027d91ad127 | |
parent | 8452ea86c5cbc8f3626c00ddd38ac43db57f1c4d [diff] |
Avoid deallocating the async invoker when clearing the transport. Deallocating the async invoker is a costly operation but it's also unnecessary and could cause us to miss signal events. The data_channel_transport and data_channel_transport_invoker are (despite the name) not related, since the latter is used to signal events on the signaling thread whereas the former deals with the data. Bug: webrtc:11908 Change-Id: I37b345476a6381aef5d87807877ec1e05b380137 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/184062 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Tommi <tommi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32096}
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.