mirror of https://bitbucket.org/ausocean/av.git
protocol/rtp: commented Client.Err()
This commit is contained in:
parent
49a401681d
commit
6694cab956
|
@ -114,6 +114,7 @@ func (c *Client) Stop() {
|
|||
c.wg.Wait()
|
||||
}
|
||||
|
||||
// Err returns the client err channel as receive only.
|
||||
func (c *Client) Err() <-chan error {
|
||||
return c.err
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue