Why your Go SSE streams break on reconnect (and how to fix it with Redis)
I spent a while debugging a problem that turned out to be embarrassingly common.
We had a Go service streaming LLM responses over SSE. Worked great — until it didn't. A user refreshes the page mid-generation, and the stream is gone. The backend is st...
gtoxlili.hashnode.dev3 min read