Don't push stream msgs in fsps by default

win_fixes
Tyler Goodlet 2021-11-05 15:46:39 -04:00
parent 5f45404efb
commit 30dfb8f03d
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,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: