forked from goodboy/tractor
1
0
Fork 0

Add temp warning msg for context cancel call

transport_hardening
Tyler Goodlet 2021-06-27 00:46:36 -04:00
parent 31733b80f0
commit 210dfdf70f
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...
'''
log.warning(f'Cancelling caller side of context {self}')
self._cancel_called = True
if self._portal: # caller side: