Skip to content

@solid-primitives/sse@0.0.102

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Mar 00:36
ab6b9ca

Patch Changes

  • 326d05f: Fix memory leak when app-level retries are exhausted in createSSE. Previously, when all reconnect attempts were used up and the EventSource was permanently closed, currentCleanup was never called — leaving the EventSource instance and its event listeners alive in memory, and the source signal pointing to a stale handle. Now an else if branch explicitly calls currentCleanup(), clears the reference, and sets the source signal to undefined.