Don't push stream msgs in fsps by default

single_display_update_loop
Tyler Goodlet 2021-11-05 15:46:39 -04:00
parent 21386f6c1f
commit 139eca47f7
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ async def fsp_compute(
func_name: str,
func: Callable,
attach_stream: bool = True,
attach_stream: bool = False,
task_status: TaskStatus[None] = trio.TASK_STATUS_IGNORED,
) -> None: