eyeonus / Trade-Dangerous

Mozilla Public License 2.0
96 stars 31 forks source link

fix: transfer timeouts and progress bar stall #128

Closed kfsone closed 2 months ago

kfsone commented 2 months ago

transfers need to have a timeout or else the app will hang forever, and some linters cry about it.

I also made it multiply the anticipated length when downloading gzip files, as the server tells us the compressed size but we received uncompressed data so our counts are off.