forked from pixiv/webrtc
-
Notifications
You must be signed in to change notification settings - Fork 1
Known Issues
sebjf edited this page May 13, 2021
·
2 revisions
- The Android and Linux build instructions will fail for any milestone older than
4472
. Runninggclient sync -D
on an older checkout will stall depot_tools at themsan_chained_origins
hook. Investigations suggest that agsutils
subprocess command poll spins indefinitely: there maximum CPU activity and no network activity. There is no known workaround; ensure that the branch tracks 4472 or newer. - On building on Windows, you may encounter
CS0579
Duplicate Attribute errors. To resolve this delete the files in thesrc\sdk\dotnet\webrtc\obj\Release\netstandard2.0
andsrc\sdk\dotnet\webrtc\obj\Debug\netstandard2.0
folders.