mirror of
https://github.com/aler9/gortsplib
synced 2025-10-09 00:50:24 +08:00
unexport ConnClientUdpListener.Close
This commit is contained in:
@@ -50,6 +50,7 @@ func main() {
|
||||
|
||||
err := conn.ReadFrame(frame)
|
||||
if err != nil {
|
||||
conn.Close()
|
||||
fmt.Println("connection is closed (%s)", err)
|
||||
break
|
||||
}
|
||||
|
Reference in New Issue
Block a user