mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 23:26:54 +08:00
detect when the connection with the server is closed when publishing with udp (#6)
This commit is contained in:
@@ -161,6 +161,7 @@ func TestConnClientDialPublishUDP(t *testing.T) {
|
||||
var conn *ConnClient
|
||||
defer func() {
|
||||
conn.Close()
|
||||
conn.LoopUDP()
|
||||
}()
|
||||
|
||||
go func() {
|
||||
|
Reference in New Issue
Block a user