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 Promise.all behavior under interop #911

Merged
merged 4 commits into from Jun 9, 2021

Conversation

lahma
Copy link
Collaborator

@lahma lahma commented May 29, 2021

Using direct array create to bypass possible CLR conversion logic, fixes #908 .

@lahma lahma force-pushed the promise-clr-interop branch 2 times, most recently from 97ac7a4 to 5c9284a Compare May 30, 2021 06:49
@lahma lahma marked this pull request as ready for review May 30, 2021 06:53
@lahma lahma requested a review from sebastienros May 30, 2021 06:53
@lahma
Copy link
Collaborator Author

lahma commented Jun 9, 2021

@sebastienros ping 😉

@lahma lahma merged commit f180d16 into sebastienros:main Jun 9, 2021
@lahma lahma deleted the promise-clr-interop branch June 9, 2021 17:13
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.

Unexpected Promise.all behavior
2 participants