v8.3.2
·
52 commits
to master
since this release
December 12 2024
Fixed
- Fix issue with
SubscriptionandSubscriptionSetwhen one can unsubscribe channel / group which is still in use by another. - Fix particular
TypeErroremitted when browser forcefully closes long-poll connection before its timeout and reported as bad request. This type of error will be reported as a network error. - Fix issue because of which
node-fetchused default agent, which after Node.js 19+ haskeepAliveenabled by default.