Remove question to myself about set_child_watcher() now the issue is fixed.
This commit is contained in:
parent
3d35067db1
commit
d6a9523ada
|
@ -1863,7 +1863,6 @@ following in your main thread::
|
||||||
|
|
||||||
watcher = asyncio.FastChildWatcher()
|
watcher = asyncio.FastChildWatcher()
|
||||||
asyncio.set_child_watcher(watcher)
|
asyncio.set_child_watcher(watcher)
|
||||||
# TBD: Is a call to watcher.attach_loop() needed?
|
|
||||||
|
|
||||||
|
|
||||||
Wish List
|
Wish List
|
||||||
|
|
Loading…
Reference in New Issue