We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f2e66 commit 4f33103Copy full SHA for 4f33103
src/reactpy/asgi/middleware.py
@@ -201,7 +201,7 @@ async def __aexit__(self, *_: Any) -> None:
201
await super().__aexit__() # type: ignore
202
203
async def run_dispatcher(self) -> None:
204
- """Asyncio background task that renders and transmits layout updates of ReactPy components."""
+ """Async background task that renders ReactPy components over a websocket."""
205
try:
206
# Determine component to serve by analyzing the URL and/or class parameters.
207
if self.parent.multiple_root_components:
0 commit comments