Better SSE Version 0.16.1
npm install better-sse@latestyarn add better-sse@latestpnpm add better-sse@latestThis 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
- Fixed a crash that occurred when the underlying socket of the Node request or response did not define an implementation of the
setNoDelaymethod.