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: issue with ooo stream with and io stream followed by ooo stream #2226

Merged
merged 1 commit into from
May 10, 2024

Conversation

DylanPiercey
Copy link
Contributor

Description

Fix issue where an out of order await contained an in order await and then another out of order await. This previously caused a race condition where if the final out of order await resolved first, it'd try to send it's content without it's placeholder location being available.

Checklist:

  • I have read the CONTRIBUTING document and have signed (or will sign) the CLA.
  • I have updated/added documentation affected by my changes.
  • I have added tests to cover my changes.

Copy link

changeset-bot bot commented May 10, 2024

🦋 Changeset detected

Latest commit: 7284a1f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
marko Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@DylanPiercey DylanPiercey force-pushed the fix-nesting-in-out-order-await branch from 4ab1f33 to 7284a1f Compare May 10, 2024 18:35
Copy link

codecov bot commented May 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.32%. Comparing base (5c59829) to head (7284a1f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2226   +/-   ##
=======================================
  Coverage   87.32%   87.32%           
=======================================
  Files         332      332           
  Lines       32494    32516   +22     
  Branches     1649     1649           
=======================================
+ Hits        28374    28394   +20     
- Misses       4105     4107    +2     
  Partials       15       15           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@DylanPiercey DylanPiercey merged commit 7691418 into main May 10, 2024
9 checks passed
@DylanPiercey DylanPiercey deleted the fix-nesting-in-out-order-await branch May 10, 2024 18:45
@github-actions github-actions bot mentioned this pull request May 10, 2024
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.

None yet

1 participant