Skip to content

fix(channels/plugin): fix typo with pub_task cancelling in _on_shutdown method ChannelsPlugin#4374

Merged
provinzkraut merged 14 commits intolitestar-org:mainfrom
Peopl3s:fix/issue-4373
Oct 2, 2025
Merged

fix(channels/plugin): fix typo with pub_task cancelling in _on_shutdown method ChannelsPlugin#4374
provinzkraut merged 14 commits intolitestar-org:mainfrom
Peopl3s:fix/issue-4373

Conversation

@Peopl3s
Copy link
Copy Markdown
Contributor

@Peopl3s Peopl3s commented Oct 1, 2025

Description

Fix the variable assignment bug in _on_shutdown ChannelsPlugin

Closes #4373

@Peopl3s Peopl3s requested review from a team as code owners October 1, 2025 04:43
@Peopl3s Peopl3s changed the title fix(channels/plugin): fix typo with pub_task cancelling fix(channels/plugin): fix typo with pub_task cancelling in _on_shutdown method ChannelsPlugin Oct 1, 2025
@codecov
Copy link
Copy Markdown

codecov bot commented Oct 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.93%. Comparing base (9925def) to head (59d501c).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4374   +/-   ##
=======================================
  Coverage   97.93%   97.93%           
=======================================
  Files         319      319           
  Lines       15569    15569           
  Branches     1721     1721           
=======================================
  Hits        15247    15247           
  Misses        184      184           
  Partials      138      138           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Contributor

@euri10 euri10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch, looks logical
i'm curious how did you find that inconsistency ?

@Peopl3s
Copy link
Copy Markdown
Contributor Author

Peopl3s commented Oct 1, 2025

good catch, looks logical i'm curious how did you find that inconsistency ?

@euri10 I wanted to see how ChannelsPlugin is implemented under the hood and accidentally stumbled upon this

@github-actions
Copy link
Copy Markdown

github-actions bot commented Oct 2, 2025

Documentation preview will be available shortly at https://litestar-org.github.io/litestar-docs-preview/4374

@provinzkraut provinzkraut added the cherry-pick v2 Automatically create a cherry-pick PR against the `v2` branch when this Pull Request is merged label Oct 2, 2025
@provinzkraut provinzkraut enabled auto-merge (squash) October 2, 2025 10:40
@provinzkraut provinzkraut merged commit 4aaeb86 into litestar-org:main Oct 2, 2025
27 checks passed
provinzkraut pushed a commit that referenced this pull request Oct 2, 2025
…own` method ChannelsPlugin (#4374)

(cherry picked from commit 4aaeb86)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/channels cherry-pick v2 Automatically create a cherry-pick PR against the `v2` branch when this Pull Request is merged pr/external size: small Triage Required 🏥 This requires triage type/bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: The _on_shutdown method of ChannelsPlugin has issues with task cancellation

4 participants