Closed rlpeck closed 2 years ago
Currently after calling WriteRTP the code checks if the returned err is both an io.EOF and an io.ErrClosedPipe this condition would never be satisfied & the down track would never be removed through this function
WriteRTP
err
io.EOF
io.ErrClosedPipe
Fixes #...
Description
Currently after calling
WriteRTP
the code checks if the returnederr
is both anio.EOF
and anio.ErrClosedPipe
this condition would never be satisfied & the down track would never be removed through this functionReference issue
Fixes #...