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

remove unneeded stream context cancellation on shutdown #4535

Merged
merged 1 commit into from
May 28, 2024

Conversation

marten-seemann
Copy link
Member

The connection already cancels the base context, so we don't need to manually cancel the stream context (which is derived from the connection context).

The connection already cancels the base context, so we don't need to manually
cancel the stream context (which is derived from the connection context).
Copy link

codecov bot commented May 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.16%. Comparing base (21b643e) to head (a9da275).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4535      +/-   ##
==========================================
+ Coverage   85.12%   85.16%   +0.04%     
==========================================
  Files         154      154              
  Lines       14803    14802       -1     
==========================================
+ Hits        12600    12605       +5     
+ Misses       1694     1689       -5     
+ Partials      509      508       -1     

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

@marten-seemann marten-seemann merged commit 723a188 into master May 28, 2024
34 checks passed
@marten-seemann marten-seemann deleted the stream-context-cancellation-shutdown branch May 29, 2024 04:53
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