You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently IEnumerator.Reset on AsyncEnumeratorSynchronizer throws NotSupportedException. Fixing will require adding Reset() method to IAsyncEnumerator, but seems like it would be pretty easy to implement.
The text was updated successfully, but these errors were encountered:
Currently IEnumerator.Reset on AsyncEnumeratorSynchronizer throws NotSupportedException. Fixing will require adding Reset() method to IAsyncEnumerator, but seems like it would be pretty easy to implement.
The text was updated successfully, but these errors were encountered: