-
|
Hi, this code fails for me, why would this not work? bufferString := bytes.NewBufferString("data: Message:")
err = templates.Empty().Render(c.Context(), bufferString) |
Beta Was this translation helpful? Give feedback.
Answered by
nexovec
Sep 20, 2025
Replies: 1 comment
-
|
I have solved my issue, error was |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nexovec
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have solved my issue, error was
panic: runtime error: invalid memory address or nil pointer dereference, and the cause was the context being out of scope in fiber(this was in an SSE handler).