[Webkit-unassigned] [Bug 170463] REGRESSION(Safari 10.1): WebSocket errors with "Failed to send WebSocket frame." if too much data is sent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 6 09:20:31 PDT 2017


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

--- Comment #11 from Adam Duren <adamduren at gmail.com> ---
@jona(In reply to Jonas from comment #9)
Our workaround in the meantime was to delay between each call to send. Our service was already chunking data to 8000 bytes and a delay of 125ms seemed to mostly smooth over this issue in the meantime but with a hit to overall performance. It will most likely depend on individual message sizes, the bandwidth of your users, and other network factors.

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


More information about the webkit-unassigned mailing list