From 6694cab9565d70687d350f94000ae05eaca7bd0f Mon Sep 17 00:00:00 2001 From: Saxon Date: Tue, 30 Apr 2019 02:38:38 +0930 Subject: [PATCH] protocol/rtp: commented Client.Err() --- protocol/rtp/client.go | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol/rtp/client.go b/protocol/rtp/client.go index fb5e0b13..95cbe128 100644 --- a/protocol/rtp/client.go +++ b/protocol/rtp/client.go @@ -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 }