Hello, I made an import in my source code,
in this source, i have a thread, it does not recognize my proc why
and out of thread my proc are recognized Why
thank
hello my test 1.4 nim is correct gc:arc or gc:orc
very different and nim 1.2
proc observer(w:webwsi;m:webwsi;d:webwsi;) {.thread} =
echo "start observer"
var server = newAsyncHttpServer()
proc cb(req: Request ; ){.async.} =
# ...
So the issue is probably mixing async + thread. There are tons of threads about it, which probably means lots of bug fix between 1.2 and 1.4
hello thank you
i will update my github now that it is working