From afbe90bcfa21300e658d1796060352c0bb0b1e49 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 13 Oct 2022 15:42:01 -0400 Subject: [PATCH] TOSQUASH cancel on no peers --- tractor/_runtime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tractor/_runtime.py b/tractor/_runtime.py index 30ba1f4..9f8fed0 100644 --- a/tractor/_runtime.py +++ b/tractor/_runtime.py @@ -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():