DescriptionChanged PeerConnectionEndToEndTest to use a separate worker thread.
This is a follow up to https://codereview.webrtc.org/1859933002 to change this test also to use a separate worker thread.
PeerConnectionEndToEndTest currently use the current thread both as a signaling thread and a worker thread. Although convenient while debugging, it can also hide real bugs. An example is https://codereview.webrtc.org/1766653002/#ps420001 where the worker thread is deadlocked in the track proxy due to that the worker thread waits for the signaling thread but the proxy in turns invokes the worker thread..... That bug was only discovered on Android.
BUG=webrtc:5426
Committed: https://crrev.com/57db65255cc6004e3d82225fa4d2df565f169497
Cr-Commit-Position: refs/heads/master@{#12295}
Patch Set 1 : #
Messages
Total messages: 9 (4 generated)
|