Retire use of confinement concurrency type.
[FIXED] Confinement concurrency type is just all sorts of buggy.
This commit is contained in:
@@ -755,7 +755,7 @@ static NSString *ETagIfPresent(GTLObject *obj) {
|
||||
|
||||
// Build up the array of RPC calls.
|
||||
NSMutableArray *rpcPayloads = [NSMutableArray arrayWithCapacity:numberOfQueries];
|
||||
NSMutableArray *requestIDs = [NSMutableSet setWithCapacity:numberOfQueries];
|
||||
NSMutableSet *requestIDs = [NSMutableSet setWithCapacity:numberOfQueries];
|
||||
for (GTLQuery *query in queries) {
|
||||
NSString *methodName = query.methodName;
|
||||
NSDictionary *parameters = query.JSON;
|
||||
|
Reference in New Issue
Block a user