Skip to content

Commit c987af5

Browse files
committed
Update WaitForResourceHealthyAsync to use DefaultWaitBehavior
1 parent a1136f8 commit c987af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Aspire.Hosting/ApplicationModel/ResourceNotificationService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ public async Task<ResourceEvent> WaitForResourceHealthyAsync(string resourceName
233233
{
234234
return await WaitForResourceHealthyAsync(
235235
resourceName,
236-
WaitBehavior.WaitOnResourceUnavailable, // Retain default behavior.
236+
DefaultWaitBehavior,
237237
cancellationToken).ConfigureAwait(false);
238238
}
239239

0 commit comments

Comments
 (0)