MatthiWare / UpdateLib

A .Net auto update library made in C#
GNU Affero General Public License v3.0
6 stars 3 forks source link

Cache keeps deleted files #27

Closed Matthiee closed 7 years ago

Matthiee commented 7 years ago

When testing the speed of updates I noticed a little bug with the cache.

Case: A file has been added in the cache. Next update the file gets removed but not from the cache.

Cons:

Matthiee commented 7 years ago

Will be fixed in #28