Nikita Ilinykh
Results
1
issues of
Nikita Ilinykh
Hi there! For some reason I used `ToEnumerable()` extension to iterate `IAsyncEnumerable` synchronously. And for sure I got the exception from [this line](https://github.com/Dasync/AsyncEnumerable/blob/master/src/Internals/EnumeratorAdapter.cs#L41) of code. [Documentation](https://docs.microsoft.com/en-us/dotnet/api/system.threading.tasks.valuetask-1?view=netcore-3.0) tells us that this...