tpt_tolerance
Gud Boi 2026-02-12 00:51:17 -05:00
parent d0b92bbeba
commit fa86269e30
2 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@ def test_non_registrar_spawns_child(
async with sub_ptl.open_context(
get_root_portal,
) as (ctx, first):
) as (ctx, _):
print('Waiting for `sub` to connect back to us..')
await an.cancel()

View File

@ -524,7 +524,7 @@ async def open_root_actor(
# ?TODO, per-OS non-network-proto alt options?
# -[ ] 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(
accept_addrs,
)