Forcinng trio spawner seems to work?

readme_bumpz
wattygetlood 2021-03-28 17:24:30 -04:00
parent 583cafc947
commit c39c4f11db
1 changed files with 1 additions and 0 deletions

View File

@ -200,6 +200,7 @@ def run_qtractor(
tractor._root._default_arbiter_port,
),
name='qtractor',
start_method='trio',
**tractor_kwargs,
):
await func(*((widgets,) + args))