Skip to content

Commit ab2f649

Browse files
authored
Merge pull request #112 from patchkit-net/feature/v3.11.x/1124-fix-download-speed-calculation
#1124 Fix download speed calculation
2 parents 29bd96d + 886532d commit ab2f649

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Assets/PatchKit Patcher/Scripts/AppUpdater/Status/DownloadStatus.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public DownloadStatus()
4848
var interval = Observable
4949
.Interval(TimeSpan.FromSeconds(1))
5050
.Select(_ => new ByteSample{
51+
Bytes = Bytes.Value,
5152
Timestamp = DateTime.Now
5253
});
5354

0 commit comments

Comments
 (0)