Artaza Sameen

Results 6 comments of Artaza Sameen

1. Yaa, speed for the upload would be something I thought could be done on another PR, but since you pointed it out. I'll implement it here only .. 2....

@FabianLars I've rewritten the logic for the transfer_speed payload field. I've created a new struct that decouples the Transfer Speed calculation from the download and upload function. - Added a...

@FabianLars Okay I am making these changes. Can you please clarify what is a changefile ? You have mentioned in the first point ...

@FabianLars I've made the changes. Works fine in my current downloader application made with tauri 💯 . https://github.com/user-attachments/assets/12bbc978-87bd-45b6-a72b-fce86e965ada

Also, I also tried to do this same thing in the js side, with equivalent code: ```typescript export class TransferStats { accumulatedChunkLen: number; // Total length of chunks transferred in...

I am facing the same problem