[Webkit-unassigned] [Bug 203165] First page load after WKWebView init blocks on sync IPC to UIProcess

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 18 15:41:23 PDT 2019


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

--- Comment #2 from Ben Nham <nham at apple.com> ---
The UIProcess responds to the WebProcessProxy::GetNetworkProcessConnection message by turning around and sending a sync NetworkProcess::CreateNetworkConnectionToWebProcess message to NetworkProcess. So basically the sync call to WebProcessProxy::GetNetworkProcessConnection in WebProcess ends up blocking on the main threads of both UIProcess and NetworkProcess.

-- 
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/20191018/d82bd450/attachment.html>


More information about the webkit-unassigned mailing list