Skip to content

Commit

Permalink
rtmp: fix client removal after an error
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 committed Apr 1, 2021
1 parent 3636f01 commit 488b24d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/clientrtmp/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ func (c *Client) runRead() {

c.parent.OnClientClose(c)
<-c.terminate
return
}

writerDone := make(chan error)
Expand Down

0 comments on commit 488b24d

Please sign in to comment.