add UDP support for reverse proxy tunnel
This commit is contained in:
@ -104,7 +104,7 @@ func (l *rtcpListener) Close() error {
|
||||
close(l.closed)
|
||||
if l.ln != nil {
|
||||
l.ln.Close()
|
||||
l.ln = nil
|
||||
// l.ln = nil
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user