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 2b4d1a0 commit 18d74aeCopy full SHA for 18d74ae
shiny/_main.py
@@ -412,6 +412,7 @@ def run_app(
412
# Don't allow shiny to use uvloop!
413
# https://github.com/posit-dev/py-shiny/issues/1373
414
loop="asyncio",
415
+ ws_per_message_deflate=False, # Workaround for workbench issue 7368
416
**reload_args, # pyright: ignore[reportArgumentType]
417
**kwargs,
418
)
0 commit comments