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

DM-48825: Properly close async generators #401

Merged
merged 1 commit into from
Feb 6, 2025
Merged

DM-48825: Properly close async generators #401

merged 1 commit into from
Feb 6, 2025

Conversation

rra
Copy link
Member

@rra rra commented Feb 6, 2025

Change the type of functions returning async generators to AsyncGenerator and properly close async generators in the hope that this will address various log errors about generators already running.

@rra rra requested a review from fajpunk February 6, 2025 23:22
Change the type of functions returning async generators to
`AsyncGenerator` and properly close async generators in the hope
that this will address various log errors about generators already
running.
@rra rra force-pushed the tickets/DM-48825 branch from ade2b5e to f1673ff Compare February 6, 2025 23:23
Copy link
Member

@fajpunk fajpunk left a comment

Choose a reason for hiding this comment

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

🤞

@rra rra merged commit 2e6113f into main Feb 6, 2025
4 checks passed
@rra rra deleted the tickets/DM-48825 branch February 6, 2025 23:36
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.

2 participants