Open
Bug 1949918
Opened 29 days ago
Updated 27 days ago
Stop storing binary DataChannel data in a c-string type
Categories
(Core :: WebRTC: Signaling, task, P3)
Core
WebRTC: Signaling
Tracking
()
NEW
People
(Reporter: bwc, Unassigned)
Details
This is not really an appropriate type to use for this. We ought to be using a byte array, and then convert to a string type at the last step if the message is a string.
You need to log in
before you can comment on or make changes to this bug.
Description
•