pass on cancellation (#2951)
This commit is contained in:
Родитель
b885980d85
Коммит
dd96b5be83
|
@ -117,7 +117,7 @@ namespace Microsoft.Bot.Builder.Dialogs
|
|||
|
||||
// Trigger next step
|
||||
_nextCalled = true;
|
||||
return await _parentWaterfall.ResumeDialogAsync(this, DialogReason.NextCalled, result).ConfigureAwait(false);
|
||||
return await _parentWaterfall.ResumeDialogAsync(this, DialogReason.NextCalled, result, cancellationToken).ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче