protocol/rtp/client.go: got rid of useless continue in recv dst write if error encountered

This commit is contained in:
Saxon 2019-05-03 20:04:06 +09:30
parent 2f039e0c4b
commit c9aa43394b
1 changed files with 0 additions and 1 deletions

View File

@ -140,7 +140,6 @@ func (c *Client) recv() {
c.ring.Flush()
if err != nil {
c.err <- err
continue
}
}
}