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
multicast_revertable_streams
Tyler Goodlet 2025-07-15 17:31:08 -04:00
parent 6627a3bfda
commit c51a49b045
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