Skip to content

v0.16.1

Latest

Choose a tag to compare

@MatthewWid MatthewWid released this 29 Dec 09:08

Better SSE Version 0.16.1

npm install better-sse@latest
yarn add better-sse@latest
pnpm add better-sse@latest

This release fixes a minor crash when using frameworks that emulate but do not fully implement the Node HTTP/1 or HTTP/2 Compatibility APIs.

Changes

Crash fix for Node connection adapters

This fixes a crash that occurred when the Node web framework did not define the setNoDelay method on the request or response socket objects.

Full Changelog

Fixed