Facepalm, `wait_for_actor()` dun take an addr `list`..
parent
215fec1d41
commit
0c74b04c83
|
@ -243,9 +243,7 @@ async def wait_for_actor(
|
||||||
DeprecationWarning,
|
DeprecationWarning,
|
||||||
stacklevel=2,
|
stacklevel=2,
|
||||||
)
|
)
|
||||||
registry_addr: list[tuple[str, int]] = [
|
registry_addr: tuple[str, int] = arbiter_sockaddr
|
||||||
arbiter_sockaddr,
|
|
||||||
]
|
|
||||||
|
|
||||||
# TODO: use `.trionics.gather_contexts()` like
|
# TODO: use `.trionics.gather_contexts()` like
|
||||||
# above in `find_actor()` as well?
|
# above in `find_actor()` as well?
|
||||||
|
|
Loading…
Reference in New Issue