Stop handleDisconnect from double firing
This commit is contained in:
parent
28f965ec32
commit
723a671f1c
@ -123,6 +123,10 @@ func HandleConn(c *rtmp.Conn, nc net.Conn) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func handleDisconnect(conn net.Conn) {
|
func handleDisconnect(conn net.Conn) {
|
||||||
|
if !_hasInboundRTMPConnection {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
log.Infoln("RTMP disconnected.")
|
log.Infoln("RTMP disconnected.")
|
||||||
conn.Close()
|
conn.Close()
|
||||||
_pipe.Close()
|
_pipe.Close()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user