Stuff from auto-review in https://github.com/goodboy/tractor/pull/412 ..
parent
d0b92bbeba
commit
fa86269e30
|
|
@ -163,7 +163,7 @@ def test_non_registrar_spawns_child(
|
||||||
|
|
||||||
async with sub_ptl.open_context(
|
async with sub_ptl.open_context(
|
||||||
get_root_portal,
|
get_root_portal,
|
||||||
) as (ctx, first):
|
) as (ctx, _):
|
||||||
print('Waiting for `sub` to connect back to us..')
|
print('Waiting for `sub` to connect back to us..')
|
||||||
|
|
||||||
await an.cancel()
|
await an.cancel()
|
||||||
|
|
|
||||||
|
|
@ -524,7 +524,7 @@ async def open_root_actor(
|
||||||
# ?TODO, per-OS non-network-proto alt options?
|
# ?TODO, per-OS non-network-proto alt options?
|
||||||
# -[ ] on linux we should be able to always use UDS?
|
# -[ ] on linux we should be able to always use UDS?
|
||||||
#
|
#
|
||||||
raddrs: list[Address] = _state._runtime_vars['_root_addrs']
|
raddrs: list[UnwrappedAddress] = _state._runtime_vars['_root_addrs']
|
||||||
raddrs.extend(
|
raddrs.extend(
|
||||||
accept_addrs,
|
accept_addrs,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue