Skip to content

Commit c7fd5c7

Browse files
authoredDec 10, 2024
fix(diag): stats replay would stop when reaching eof, should go until buffer has been processed. (#271)
1 parent 648c3d6 commit c7fd5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/stats/replay-stats-provider.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export class ReplayStatsProvider extends StatsProvider {
156156
}
157157

158158
private _onCloseStream() {
159-
this.stop();
159+
this._replayStreamReader = null;
160160
}
161161

162162
private _fireSpeedChanged() {

0 commit comments

Comments
 (0)