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 7badaf1 commit 3c1aafbCopy full SHA for 3c1aafb
README.md
@@ -241,7 +241,7 @@ task1.id = 1;
241
STTestGetNetTask *task2 = [STTestGetNetTask new];
242
task2.id = 2;
243
244
-[[@[ task1, task2 ] subscribeState:STNetTaskGroupStateFinished usingBlock:^(STNetTaskGroup *group, NSError *error) {
+[[[@[ task1, task2 ] serialNetTaskGroup] subscribeState:STNetTaskGroupStateFinished usingBlock:^(STNetTaskGroup *group, NSError *error) {
245
if (error) {
246
// One of the net task is failed.
247
return;
0 commit comments