We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dffafe1 commit 5903ac6Copy full SHA for 5903ac6
AsyncRx.NET/System.Reactive.Async/Linq/Operators/ForEachAsync.cs
@@ -124,9 +124,9 @@ private static async Task ForEachAsyncCore<TSource>(IAsyncObservable<TSource> so
124
var d = await source.SubscribeAsync(o).ConfigureAwait(false);
125
126
await subscription.AssignAsync(d).ConfigureAwait(false);
127
- }
128
129
- await tcs.Task.ConfigureAwait(false);
+ await tcs.Task.ConfigureAwait(false);
+ }
130
}
131
132
0 commit comments