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
{{ message }}
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
Something I didn't notice before when looking over the pull request #119 is that getIterator can return either an iterator record or an AsyncFromSyncIterator. Instead of returning CreateAsyncFromSyncIterator(syncIteratorRecord) we want an actual iterator record for that.
Something I didn't notice before when looking over the pull request #119 is that
getIterator
can return either an iterator record or an AsyncFromSyncIterator. Instead of returningCreateAsyncFromSyncIterator(syncIteratorRecord)
we want an actual iterator record for that.A simple change should just be to replace:
with:
The text was updated successfully, but these errors were encountered: