cDima / Aerial

Aerial Apple TV screen saver for Windows
1.96k stars 180 forks source link

Cache fixes #77

Closed alistairmcmillan closed 7 years ago

alistairmcmillan commented 7 years ago

Mostly a fix for InternalMoveIOException errors that people with multiple monitors are seeing.

I think the bug is caused by each form (i.e. each monitor) attempting to download the same file. And then once the download is complete, one of the forms tries to move the file but can’t because the other form is still writing to it. Resulting in the IOException error.