Skip to content

Add support for streaming in ASGIDispatch - #2588

Closed
florimondmanca wants to merge 1 commit into
bug/async-early-stream-breakfrom
fm/asgi-streaming
Closed

Add support for streaming in ASGIDispatch#2588
florimondmanca wants to merge 1 commit into
bug/async-early-stream-breakfrom
fm/asgi-streaming

Conversation

@florimondmanca

Copy link
Copy Markdown
Contributor

Refs #2186

Note that this is based on #2587

@florimondmanca
florimondmancaforce-pushed the bug/async-early-stream-break branch from 02a5ed7 to 8afd29aCompareFebruary 13, 2023 00:16
@@ -35,12 +42,19 @@ def create_event() -> "Event":
return asyncio.Event()

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

It looks to me like we can drop this create_event() function and the preceding if typing.TYPE_CHECKING block?

@lovelydinosaur

Copy link
Copy Markdown
Contributor

Latest attempt at this is #3059

@Kludex
Kludex deleted the fm/asgi-streaming branch December 3, 2024 07:41
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@florimondmanca@lovelydinosaur