Closed
Bug 1580853
Opened 6 years ago
Closed 6 years ago
New failure in RTCDataChannel-send-blob-order.html
Categories
(Core :: WebRTC: Signaling, task, P2)
Core
WebRTC: Signaling
Tracking
()
RESOLVED
FIXED
mozilla71
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: bwc, Assigned: bwc)
Details
Attachments
(1 file)
Need to figure out why this is.
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → docfaraday
| Assignee | ||
Comment 1•6 years ago
|
||
So this seems to be because we do a couple more dispatches when sending a Blob than when sending anything else, which means that sending a Blob then an ArrayBuffer results in the ArrayBuffer being actually sent first. This is probably not what we should be doing.
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
Pushed by bcampen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/75d863a7e199
Add bug link to this meta file. r=jib
Comment 5•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•