When implementing redis I noticed that my program wasn’t working on codecrafters.
I later came across this bug, which is the likely culprit (only solved a few weeks ago) Odin join does not wait for thread to start before joining. · Issue #3924 · odin-lang/Odin · GitHub. Please upgrade the odin compiler used.
Thanks!
Edit: I tried last month’s Odin release and indeed it stops working locally on my machine as well. Took me too long to realise, that it is an Odin bug