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()