We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1612d52 commit 3b2957bCopy full SHA for 3b2957b
src/darwin/Framework/CHIP/MTRDiagnosticLogsDownloader.mm
@@ -419,6 +419,10 @@ - (void)downloadLogFromNodeWithID:(NSNumber *)nodeID
419
{
420
assertChipStackLockedByCurrentThread();
421
422
+ // Fow now, we only support one download at a time per controller; abort
423
+ // any existing ones so we can start this new one.
424
+ [self abortDownloadsForController:controller];
425
+
426
uint16_t timeoutInSeconds = 0;
427
if (timeout <= 0) {
428
timeoutInSeconds = 0;
0 commit comments