[Webkit-unassigned] [Bug 223489] Async Clipboard read prevents WebRTC IOSurfaces from being released

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 19 11:48:50 PDT 2021


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

--- Comment #5 from youenn fablet <youennf at gmail.com> ---
Thinking about it more, we are storing in main thread one sample for canvas painting.
If async clipboard is busy looping main thread, we might be storing the samples in the dispatch queue to main thread.
I guess I can change this and use locks to get the sample instead.

-- 
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/20210319/f3f11227/attachment.htm>


More information about the webkit-unassigned mailing list