diff --git a/tractor/_streaming.py b/tractor/_streaming.py index beb5eb2..976180f 100644 --- a/tractor/_streaming.py +++ b/tractor/_streaming.py @@ -350,6 +350,8 @@ class Context: Timeout quickly in an attempt to sidestep 2-generals... ''' + log.warning(f'Cancelling caller side of context {self}') + self._cancel_called = True if self._portal: # caller side: