forked from goodboy/tractor
Add temp warning msg for context cancel call
parent
31733b80f0
commit
210dfdf70f
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue