[Webkit-unassigned] [Bug 174377] New: [WebRTC] Hanging under LibWebRTCMediaEndpoint::getStats

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 11 11:35:38 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=174377

            Bug ID: 174377
           Summary: [WebRTC] Hanging under
                    LibWebRTCMediaEndpoint::getStats
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: youennf at gmail.com

getStats for logging is done in the main thread.
It then does a synchronous call to the signaling thread.
In case the signaling thread is busy, the main thread will be blocked.
It might be better to post a task instead to the signaling thread so as not to block main thread.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170711/eeed7f58/attachment.html>


More information about the webkit-unassigned mailing list