Oof, fix remaining `Actor.cancel()` in `Actor._from_parent()`

ctx_cancel_semantics_and_overruns
Tyler Goodlet 2023-04-20 19:13:35 -04:00
parent 7293b82bcc
commit 60791ed546
1 changed files with 1 additions and 1 deletions

View File

@ -998,7 +998,7 @@ class Actor:
log.warning(
f"Failed to connect to parent @ {parent_addr},"
" closing server")
await self.cancel()
await self.cancel(requesting_uid=self.uid)
raise
async def _serve_forever(