[Webkit-unassigned] [Bug 231352] IPC should not have client side message hysteresis
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 7 10:14:27 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=231352
--- Comment #2 from Wenson Hsieh <wenson_hsieh at apple.com> ---
(In reply to Kimmo Kinnunen from comment #1)
> Other example is I believe future RemoteGraphicsContext::flushContext.
> The sequence is
> -> RemoteGrapicsContext::FlushContext
>
> <- RemoteRenderingBackend::didFlush
>
> If we buffer FlushContext due to hysteresis, we never get the didFlush?
It should be the streamable IPC client's responsibility to send any pending wakeup message in this scenario, before blocking on a sync response.
(I made sync messages do this by default, but added a method for clients to use when blocking in other scenarios)
--
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/20211007/5aa1bae1/attachment.htm>
More information about the webkit-unassigned
mailing list