Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Collection async iteration where only one element is in the collection #191

Closed

Conversation

welljsjs
Copy link
Contributor

@welljsjs welljsjs commented Aug 10, 2020

done was set to true even if item was a valid object - causing "for await...of" to fail.

Fixes #192

…ction

`done` was set to true even if there's `item` was a valid object - causing "for await...of" to fail.
@welljsjs
Copy link
Contributor Author

The failing tests are no feature of this PR.

@shuowu
Copy link
Contributor

shuowu commented Aug 10, 2020

Thanks for the PR @welljsjs ! While our product people consider your request, would you be willing to sign and submit a CLA for us? https://developer.okta.com/cla/

@welljsjs
Copy link
Contributor Author

welljsjs commented Aug 11, 2020

You should just have received a copy of the CLA @shuowu .

@shuowu
Copy link
Contributor

shuowu commented Aug 11, 2020

Thanks for signing the CLA! Then I'll need to take over your PR to add/run tests to pass the internal CI process.

@shuowu
Copy link
Contributor

shuowu commented Aug 11, 2020

New PR created for CI purpose. #193

@shuowu shuowu closed this Aug 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Collection async iteration does not work if only one element is in the collection
2 participants