You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: SSE introduce sync pool for `rawEvent` to optimize memory usage (……#1011)
* sse: introduce a sync pool for `rawEvent` to optimize memory usage.
* fix deferred resource cleanup in event parsing
Move the `defer putRawEvent(ed)` call after error handling to ensure resources are properly released only when parsing succeeds. This prevents potential resource leaks when errors occur during event parsing.