Add temp warning msg for context cancel call

bi_streaming
Tyler Goodlet 2021-06-27 00:46:36 -04:00
parent ced5d42cd4
commit 627f1076d6
1 changed files with 2 additions and 0 deletions

View File

@ -350,6 +350,8 @@ class Context:
Timeout quickly in an attempt to sidestep 2-generals... Timeout quickly in an attempt to sidestep 2-generals...
''' '''
log.warning(f'Cancelling caller side of context {self}')
self._cancel_called = True self._cancel_called = True
if self._portal: # caller side: if self._portal: # caller side: