protocol/rtp: commented Client.Err()

This commit is contained in:
Saxon 2019-04-30 02:38:38 +09:30
parent 49a401681d
commit 6694cab956
1 changed files with 1 additions and 0 deletions

View File

@ -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
}