Skip to content

Commit 18d74ae

Browse files
committed
Work around an issue caused by permessage-deflate
1 parent 2b4d1a0 commit 18d74ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shiny/_main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ def run_app(
412412
# Don't allow shiny to use uvloop!
413413
# https://github.com/posit-dev/py-shiny/issues/1373
414414
loop="asyncio",
415+
ws_per_message_deflate=False, # Workaround for workbench issue 7368
415416
**reload_args, # pyright: ignore[reportArgumentType]
416417
**kwargs,
417418
)

0 commit comments

Comments
 (0)