Skip to content

Commit

Permalink
Merge pull request #318 from chenquan/perf/optimize-CPU
Browse files Browse the repository at this point in the history
[perf] rtsp: 优化定时向对端发送get_parameter保活信令的性能
  • Loading branch information
q191201771 authored Oct 8, 2023
2 parents a84c2c3 + 6acfe32 commit 6f2cffc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/rtsp/client_command_session.go
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,6 @@ func (session *ClientCommandSession) runReadLoop() {
loopErr = err
return
}
default:
// noop
}

}
Expand Down

0 comments on commit 6f2cffc

Please sign in to comment.