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

Plugged a few gaps in token handling for error path cases #1978

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

jbedell-newrelic
Copy link
Contributor

Specifically for when a publisher has generated a token, but is cancelled before emitting anything.

Fixes #1970

…fically for when a publisher has generated a token, but is cancelled before emitting anything.
@jbedell-newrelic jbedell-newrelic requested a review from a team July 12, 2024 19:05
@codecov-commenter
Copy link

codecov-commenter commented Jul 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.61%. Comparing base (f2bdd54) to head (592de68).
Report is 47 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #1978   +/-   ##
=========================================
  Coverage     70.61%   70.61%           
  Complexity     9863     9863           
=========================================
  Files           827      827           
  Lines         39863    39863           
  Branches       6069     6069           
=========================================
+ Hits          28149    28150    +1     
  Misses         8987     8987           
+ Partials       2727     2726    -1     

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

@jbedell-newrelic jbedell-newrelic merged commit 83e8d90 into main Jul 15, 2024
111 checks passed
@jbedell-newrelic jbedell-newrelic deleted the ReactorMemLeakFixes branch July 15, 2024 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

netty-reactor instrumentation leaks Token on cancellation
3 participants