[Webkit-unassigned] [Bug 173052] RTCDataChannel connectivity issues in Safari 11

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 14 04:18:15 PDT 2017


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

--- Comment #9 from Ashley Gullen <ashley at scirra.com> ---
Oh, I just realised - our code reserves a 256kb ArrayBuffer and writes binary messages to be sent to that buffer. We then send a fraction of the buffer by creating a view to pass to send(), e.g.: new Uint8Array(buffer, 0, len)

I suspect in the ArrayBufferView overload of send(), Safari actually sends the entire ArrayBuffer. It should instead only send the data in the view.

-- 
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/20170914/a5975656/attachment.html>


More information about the webkit-unassigned mailing list