So... this is what happens when you deal with multiple languages: Turns out golang's defer acts quite different from Odin's defer. In Odin, defers happen on exit of any block/scope, whereas golang's defers only happen on exit of the function. Since I used a defer in a for loop in golang, none of my gemini client requests for my crawler were closing! Sigh... anyways, it's fixed now.
2 years ago ยท ๐ superfxchip
I hope it wasn't too pesky or troublesome for ya! ยท 2 years ago