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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 13 21:59:34 PDT 2017


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

--- Comment #7 from youenn fablet <youennf at gmail.com> ---
I looked at rtcgame more closely.
It seems that a lot of big messages (>200Ko) are tried to be sent through RTCDataChannel, apparently more than the bandwidth available.
If more data is sent, it is buffered up to 16Mo when the channel is closed, hence the InvalidStateError.
Do you know what kind of data is sent and why it would be so big? 

Looking at Chrome, it does not appear that a lot of data is sent.

-- 
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/51b09404/attachment.html>


More information about the webkit-unassigned mailing list