Add #TODO for `._context` to use `.msg.Aid`
parent
c0058024c2
commit
b244cf844d
|
@ -743,6 +743,8 @@ class Context:
|
|||
# cancelled, NOT their reported canceller. IOW in the
|
||||
# latter case we're cancelled by someone else getting
|
||||
# cancelled.
|
||||
#
|
||||
# !TODO, switching to `Actor.aid` here!
|
||||
if (canc := error.canceller) == self._actor.uid:
|
||||
whom: str = 'us'
|
||||
self._canceller = canc
|
||||
|
|
Loading…
Reference in New Issue