Asnivor / MedLaunch

A Windows (.NET) Front-End for the Mednafen Emulator
http://medlaunch.asnitech.co.uk/
Other
36 stars 6 forks source link

MedLaunch hangs if a download drops mid-transfer #171

Closed Asnivor closed 7 years ago

Asnivor commented 7 years ago

When downloading either a MedLaunch or mednafen update over a shitty connection.

I believe this is because I am using WebClient.DownloadFileAsync and it doesnt fire an AsyncCompletedEvent when the download fails in this manner.

Need to implement a custom timeout check (I think).

https://stackoverflow.com/questions/4745553/detecting-connection-drops-while-webclient-is-downloading-a-file-asynchronously