We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b130ad + 7dbe488 commit 8468d43Copy full SHA for 8468d43
RNFSManager.m
@@ -559,6 +559,7 @@ + (BOOL)requiresMainQueueSetup
559
params.method = method;
560
561
params.completeCallback = ^(NSString* body, NSURLResponse *resp) {
562
+ [self.uploaders removeObjectForKey:[jobId stringValue]];
563
564
NSMutableDictionary* result = [[NSMutableDictionary alloc] initWithDictionary: @{@"jobId": jobId,
565
@"body": body}];
@@ -570,6 +571,7 @@ + (BOOL)requiresMainQueueSetup
570
571
};
572
573
params.errorCallback = ^(NSError* error) {
574
575
return [self reject:reject withError:error];
576
577
0 commit comments