https://github.com/sergiotapia/async-check/
This small project illustrates a bug in Nim >= 1.2.2
The code runs well on Linux and Windows, the echos in the {.async} function are seen as expected.
On Mac, we see no echos, despite Jester serving responses.
I hope this is just me making a mistake, and not a real bug with Nim but you never know.
https://github.com/nim-lang/Nim/issues/15019
I used the "Bug" template on github - thanks again - feel free to lock or delete this thread if need be.