forked from goodboy/tractor
TOSQUASH cancel on no peers
parent
44538c44b1
commit
afbe90bcfa
|
@ -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():
|
||||
|
|
Loading…
Reference in New Issue