cavaliergopher / grab

A download manager package for Go
BSD 3-Clause "New" or "Revised" License
1.38k stars 151 forks source link

No download progress while downloading #101

Closed Clashkid155 closed 1 year ago

Clashkid155 commented 1 year ago

I have tried to get the download progress but nothing works. Instead of getting real-time responses, they block and send the progress once done. I tried with:

  1. DoChannel
  2. Do

Code is the examples under each method. Download link: http://ipv4.download.thinkbroadband.com/5MB.zip

Edit: I tested again with the example on the readme and it works perfectly. I'll be reviewing all my code.

Clashkid155 commented 1 year ago

From further testing, I seem to have found my problem. Closing