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 be6e594 commit 1f05b8eCopy full SHA for 1f05b8e
shiny/_main.py
@@ -718,9 +718,7 @@ class ReloadArgs(TypedDict):
718
719
720
def _set_workbench_kwargs(kwargs: dict[str, object]) -> None:
721
- print(kwargs)
722
if is_workbench():
723
- print("hit")
724
if kwargs.get("ws_per_message_deflate"):
725
# Workaround for nginx/uvicorn issue within Workbench
726
# https://github.com/rstudio/rstudio-pro/issues/7368#issuecomment-2918016088
@@ -729,7 +727,6 @@ def _set_workbench_kwargs(kwargs: dict[str, object]) -> None:
729
727
stacklevel=2,
730
728
)
731
kwargs["ws_per_message_deflate"] = False
732
733
734
735
# Check that the version of rsconnect supports Shiny Express; can be removed in the
0 commit comments