Merge branch 'master' into start-in-paused-state

This commit is contained in:
Saxon 2019-03-03 17:44:32 +10:30
commit 9c59c5b9d3
1 changed files with 0 additions and 1 deletions

View File

@ -315,7 +315,6 @@ func (s *rtmpSender) restart() error {
break
}
s.log(logger.Error, err.Error())
s.conn.Close()
if n < s.retries-1 {
s.log(logger.Info, pkg+"retry rtmp connection")
}