[Webkit-unassigned] [Bug 229706] REGRESSION (Safari 14): WebWorker messages sometimes don't reach the main thread

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 3 14:39:52 PDT 2021


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

--- Comment #3 from Chris Dumez <cdumez at apple.com> ---
I don't think this is an issue with postMessage(). The worker simply doesn't call postMessage() to send back the results, even though it received 2 messages from the main thread. 

So presumably, whatever operation is happening between the worker receiving the messages and the worker calling postMessage() with the results is getting stuck, sometimes.

-- 
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/20210903/0d15bd30/attachment-0001.htm>


More information about the webkit-unassigned mailing list