sse icon indicating copy to clipboard operation
sse copied to clipboard

Server-Sent Events implementation in Go. Used by the Gin Framework.

Results 8 sse issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.8.3. Commits 4c93d8f EqualExportedValues: Handle nested pointer, slice and map fields (#1379) 4b2f4d2 add EventuallyWithT assertion (#1264) b3106d7 allow testing for functional options (#1023) 437071b...

dependencies
go

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. Release notes Sourced from actions/setup-go's releases. v4.0.0 In scope of release we enable cache by default. The action won’t throw an error if the...

dependencies
github_actions

Bumps [actions/cache](https://github.com/actions/cache) from 3.2.5 to 3.3.1. Release notes Sourced from actions/cache's releases. v3.3.1 What's Changed Reduced download segment size to 128 MB and timeout to 10 minutes by @​kotewar in...

dependencies
github_actions

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.2.0 to 3.4.0. Release notes Sourced from golangci/golangci-lint-action's releases. v3.4.0 What's Changed build(deps-dev): bump @​typescript-eslint/eslint-plugin from 5.42.0 to 5.42.1 by @​dependabot in golangci/golangci-lint-action#601 build(deps-dev): bump @​typescript-eslint/parser from...

dependencies
github_actions

I think we can not changed the encode data , As there maybe some meaning in it. Now the code , changed the id, and retry field . Fix before:...

In scenarios where byte array JSON messages are forwarded (e.g., from MQ), the previous approach required unmarshalling into an object before encoding for SSE. The updated logic allows []byte to...