Thanks to visit codestin.com Credit goes to github.com
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 ad0c97f commit 2061899Copy full SHA for 2061899
Libraries/Network/RCTHTTPRequestHandler.m
@@ -56,6 +56,7 @@ - (NSURLSessionDataTask *)sendRequest:(NSURLRequest *)request
56
// Lazy setup
57
if (!_session && [self isValid]) {
58
NSOperationQueue *callbackQueue = [NSOperationQueue new];
59
+ callbackQueue.maxConcurrentOperationCount = 1;
60
NSURLSessionConfiguration *configuration = [NSURLSessionConfiguration defaultSessionConfiguration];
61
_session = [NSURLSession sessionWithConfiguration:configuration
62
delegate:self
0 commit comments