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.
1 parent 90e6b4a commit cc46344Copy full SHA for cc46344
ios/RNFetchBlobNetwork.m
@@ -298,7 +298,8 @@ - (void) sendRequest:(__weak NSDictionary * _Nullable )options
298
UIBackgroundTaskIdentifier tid = [app beginBackgroundTaskWithName:taskId expirationHandler:^{
299
NSLog([NSString stringWithFormat:@"session %@ expired", taskId ]);
300
[expirationTable setObject:task forKey:taskId];
301
- [app endBackgroundTask:tid];
+ // comment out this one as it might cause app crash #271
302
+// [app endBackgroundTask:tid];
303
}];
304
305
}
0 commit comments