nothirst / TICoreDataSync

Automatic synchronization for Core Data apps, between any combination of Mac OS X and iOS: Mac to iPhone to iPad to iPod touch and back again.
https://github.com/nothirst/TICoreDataSync/wiki
807 stars 61 forks source link

TICDSDropboxSDKBasedPreSynchronizationOperation's failedDownloadRetryDictionary uses different keys #101

Open BlixLT opened 9 years ago

BlixLT commented 9 years ago

failedDownloadRetryDictionary uses path as key in the "- (void)restClient:(DBRestClient )client loadFileFailedWithError:(NSError *)error" method. But in the "- (void)restClient:(DBRestClient)client loadedFile:(NSString*)destPath" it uses destinationPath instead. Therefore "[self.failedDownloadRetryDictionary removeObjectForKey:destPath];" is never being executed.