Comment on Show HN: What if your personal website was ChatGPT?Comments−the_real_cher2moI typed in a query and it just sat there for 30 seconds until i left the page−mrbnprckOP2moFixed :) Turned out to be a race condition where the groq inference task completed before the sse client could subscribe to that inference, and internally the sse connection couldn't be used to fetch already completed inferences.−mrbnprckOP2mosad
Comments
I typed in a query and it just sat there for 30 seconds until i left the page
Fixed :) Turned out to be a race condition where the groq inference task completed before the sse client could subscribe to that inference, and internally the sse connection couldn't be used to fetch already completed inferences.
sad