Support reading with WebRTC (#1242)

This commit is contained in:
Alessandro Ros
2022-12-16 00:50:47 +01:00
committed by GitHub
parent 478607a602
commit 5efe97abf1
41 changed files with 2261 additions and 543 deletions

View File

@@ -214,9 +214,6 @@ outer:
s.conns[c] = struct{}{}
case c := <-s.chConnClose:
if _, ok := s.conns[c]; !ok {
continue
}
delete(s.conns, c)
case req := <-s.chAPIConnsList: