diff --git a/src/stats/replay-stats-provider.ts b/src/stats/replay-stats-provider.ts index 5acb3e0..5380555 100644 --- a/src/stats/replay-stats-provider.ts +++ b/src/stats/replay-stats-provider.ts @@ -156,7 +156,7 @@ export class ReplayStatsProvider extends StatsProvider { } private _onCloseStream() { - this.stop(); + this._replayStreamReader = null; } private _fireSpeedChanged() {