From 210dfdf70f4858cee4d438771ec0460593f980c9 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sun, 27 Jun 2021 00:46:36 -0400 Subject: [PATCH] Add temp warning msg for context cancel call --- tractor/_streaming.py | 2 ++ 1 file changed, 2 insertions(+) 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: