Skip to content

Commit

Permalink
Missed Done when collecting ice stats (#3040)
Browse files Browse the repository at this point in the history
Missed Done when error in collecting
  • Loading branch information
cnderrauber authored Feb 24, 2025
1 parent 9f3df08 commit 44062a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions icegatherer.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ func (g *ICEGatherer) collectStats(collector *statsReportCollector) {
stats, err := toICECandidatePairStats(candidatePairStats)
if err != nil {
g.log.Error(err.Error())
collector.Done()

continue
}
Expand Down

0 comments on commit 44062a7

Please sign in to comment.