mirror of https://bitbucket.org/ausocean/av.git
protocol/rtp/client.go: got rid of useless continue in recv dst write if error encountered
This commit is contained in:
parent
2f039e0c4b
commit
c9aa43394b
|
@ -140,7 +140,6 @@ func (c *Client) recv() {
|
||||||
c.ring.Flush()
|
c.ring.Flush()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
c.err <- err
|
c.err <- err
|
||||||
continue
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue