From 1b7e6d161335f5cca44beae7a6ca693a000ecb21 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Thu, 14 Sep 2023 15:51:13 -0700 Subject: [PATCH] aww, that fixes the sig issue --- datastore/threadproxyds.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datastore/threadproxyds.nim b/datastore/threadproxyds.nim index b2c1830..cd789e0 100644 --- a/datastore/threadproxyds.nim +++ b/datastore/threadproxyds.nim @@ -108,7 +108,7 @@ method put*( # wait for taskpool work to finish wait(sig). then(proc () = - os.sleep(200) + os.sleep(200) # sleep to help separate debugging output let val = ret.convert(void) putRes.complete(val) ).cancelled(proc() =