Răsfoiți Sursa

Add missing ConfigureAwait

Oren Novotny 9 ani în urmă
părinte
comite
d0d983c296

+ 1 - 1
Ix.NET/Source/System.Interactive.Async/AsyncEnumerable.Creation.cs

@@ -77,7 +77,7 @@ namespace System.Linq
 
                     using (ct.Register(stop))
                     {
-                        return await moveNext(ct, tcs);
+                        return await moveNext(ct, tcs).ConfigureAwait(false);
                     }
                 },
                 current,