update doc

This commit is contained in:
aler9
2021-09-23 20:02:51 +02:00
parent 78a613a034
commit b9042282ab
13 changed files with 20 additions and 20 deletions

View File

@@ -22,7 +22,7 @@ func main() {
defer conn.Close()
for {
// read RTP frames
// read RTP packets
done := make(chan struct{})
go func() {
defer close(done)