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 pending tasks wait loop in async streams Merge #1059

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

atifaziz
Copy link
Member

This PR fixes #1056.

Copy link

codecov bot commented Mar 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.11%. Comparing base (60390e8) to head (5bf0bbc).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1059   +/-   ##
=======================================
  Coverage   92.11%   92.11%           
=======================================
  Files         112      112           
  Lines        3372     3372           
  Branches     1051     1051           
=======================================
  Hits         3106     3106           
  Misses        199      199           
  Partials       67       67           

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

@atifaziz atifaziz merged commit 5bf0bbc into morelinq:master Apr 1, 2024
7 checks passed
@atifaziz atifaziz deleted the fix/1056-merge branch April 1, 2024 11:38
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.

Merge masks original exception with an ArgumentException about no tasks
1 participant