Closed
Bug 1672253
Opened 4 years ago
Closed 4 years ago
Minor race on MediaPipeline.mLevel
Categories
(Core :: WebRTC: Signaling, defect, P2)
Core
WebRTC: Signaling
Tracking
()
RESOLVED
FIXED
84 Branch
Tracking | Status | |
---|---|---|
firefox84 | --- | fixed |
People
(Reporter: bwc, Assigned: bwc)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We set this integer on main, and use it on STS. This could just be made atomic, since it is used only in stats. Eventually, we should stop using level in the ids though.
Assignee | ||
Comment 1•4 years ago
|
||
Depends on D94156
Assignee | ||
Comment 2•4 years ago
|
||
Try looks fine.
Pushed by bcampen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f3bac83aebd4
Make MediaPipeline::mLevel atomic, to avoid races. r=mjf
Comment 4•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•