You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: do not copy data before sending over datachannel
The single-arg constructor of `Uint8Array` copies the data from the
passed arraylike.
This can impact streaming performance in high traffic environments.
Instead you can use the three-arg constructor or just pass the
Uint8Array through if the arg satisties that type.
0 commit comments