hotsapi / Hotsapi.Uploader

Uploads Heroes of the Storm replays to hotsapi.net
MIT License
26 stars 10 forks source link

Manager.Files collection is not thread-safe #15

Open poma opened 7 years ago

poma commented 7 years ago

Introduced AddRange method to ObservableCollection. This doesn't solve the problem but makes threading exceptions very unlikely (many files should be rapidly added to replays folder to trigger exception, could occur if user moves a many replays into it)