commit | fc47c86b128103a362e4096d749fadf49d1c47f4 | [log] [tgz] |
---|---|---|
author | Karl Wiberg <kwiberg@webrtc.org> | Thu Apr 11 08:31:24 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Apr 11 16:35:18 2019 |
tree | 6c8a95af27eb0ea99d1a5884827b6f68315db8cf | |
parent | 304ea5f7b0e4af6135cedf152b9d204acc21672a [diff] |
NullSocketServer::Wait: Don't warn if we have to wait a long time for messages Make the warning timeout for Event::Wait configurable, and let NullSocketServer::Wait pass kForever to completely eliminate the warning. 3000 ms is a good default warning timeout for Event::Wait, but in some cases---such as when a message queue is waiting for a message to arrive---we don't want the warning, since a long wait isn't a reliable indicator that the system is deadlocked. It might just be that no one is posting messages. Bug: webrtc:10531 Change-Id: Ic5969b8bfedb96376bd6d6a72ba6a4591750a920 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/132017 Reviewed-by: Magnus Jedvert <magjed@webrtc.org> Commit-Queue: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27574}
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 http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.