Open
Bug 1140633
Opened 10 years ago
Updated 2 years ago
Weak ptr support in PeerConnectionImpl
Categories
(Core :: WebRTC: Signaling, defect, P5)
Core
WebRTC: Signaling
Tracking
()
NEW
backlog | tech-debt |
People
(Reporter: bwc, Unassigned)
Details
It would be nice if we could replace PeerConnectionWrapper with a real weak ptr. It doesn't look like we'll be able to get rid of the data structure used to back it exactly, since it is used for global stats, but we could probably simplify it some.
Reporter | ||
Updated•9 years ago
|
backlog: --- → tech-debt
Rank: 55
Priority: -- → P5
Comment 1•9 years ago
|
||
Yes, yes it would. I think that now that we no longer have a big pile of C code between the C++ of PC and the C++ of media pipeline management.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•