mirror of
https://github.com/bluenviron/mediamtx.git
synced 2026-01-26 05:19:15 -08:00
rtmp: fix client removal after an error
This commit is contained in:
parent
3636f0106a
commit
488b24dfe4
1 changed files with 1 additions and 0 deletions
|
|
@ -310,6 +310,7 @@ func (c *Client) runRead() {
|
|||
|
||||
c.parent.OnClientClose(c)
|
||||
<-c.terminate
|
||||
return
|
||||
}
|
||||
|
||||
writerDone := make(chan error)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue