TOSQUASH cancel on no peers

egs_with_ctx_res_consumption
Tyler Goodlet 2022-10-13 15:42:01 -04:00
parent 44538c44b1
commit afbe90bcfa
1 changed files with 1 additions and 1 deletions

View File

@ -740,7 +740,7 @@ class Actor:
f'STALE DEBUG LOCK DETECTED FOR {uid}'
)
# TODO: figure out why this breaks tests..
pdb_lock._root_local_task_cs_in_debug.cancel()
db_cs.cancel()
# XXX: is this necessary (GC should do it)?
if chan.connected():