From ace773e661f6049592ce755d10f7fb352ab9ce72 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Mon, 18 Sep 2023 14:19:32 -0700 Subject: [PATCH] merge fix --- datastore/threads/threadproxyds.nim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/datastore/threads/threadproxyds.nim b/datastore/threads/threadproxyds.nim index dbd39f2..207ce62 100644 --- a/datastore/threads/threadproxyds.nim +++ b/datastore/threads/threadproxyds.nim @@ -235,6 +235,8 @@ proc asyncPutTask( key: ptr Key, data: ptr UncheckedArray[byte], len: int) {.async.} = + + echo "PUT TASK: ", ctx.repr defer: discard ctx[].signal.fireSync()