forked from goodboy/tractor
1
0
Fork 0

Add temp warning msg for context cancel call

pre_bad_close
Tyler Goodlet 2021-06-27 00:46:36 -04:00
parent b414d7b8ba
commit a257f5b49d
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: