Skip to content

Commit

Permalink
fix: reset retryTime when stream end
Browse files Browse the repository at this point in the history
  • Loading branch information
chenfan0 committed Aug 24, 2024
1 parent 60ec359 commit 808f189
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export default function StreamConfigList() {
return
}

if (isStopByResolutionChange) {
if (isStopByResolutionChange || isStopByStreamEnd) {
unknownErrorRetryTimesMap[title] = 0
}

Expand Down

0 comments on commit 808f189

Please sign in to comment.