Set `Channel._cancel_called` via `chan` var

In `Portal.cancel_actor()` that is, at the least to make it easier to
ref search from an editor Bp
to_asyncio_eoc_signal
Tyler Goodlet 2025-07-15 17:31:08 -04:00
parent 4ca81e39e6
commit edffd5e367
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ class Portal:
) )
# XXX the one spot we set it? # XXX the one spot we set it?
self.channel._cancel_called: bool = True chan._cancel_called: bool = True
try: try:
# send cancel cmd - might not get response # send cancel cmd - might not get response
# XXX: sure would be nice to make this work with # XXX: sure would be nice to make this work with