Skip to content

Conversation

@acoshift
Copy link
Owner

@acoshift acoshift commented Dec 22, 2024

Example

func subscribe(ctx context.Context, w arpc.SSEResponseWriter) error {
    w.Write([]byte("data: hello\n\n"))
    w.Flush()
}

@acoshift acoshift merged commit 5769e64 into master Dec 22, 2024
2 checks passed
@acoshift acoshift deleted the sse branch December 22, 2024 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants