v8.3.2
pubnub-release-bot
released this
12 Dec 09:18
·
2 commits
to master
since this release
December 12 2024
Fixed
- Fix issue with
Subscription
andSubscriptionSet
when one can unsubscribe channel / group which is still in use by another. - Fix particular
TypeError
emitted 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-fetch
used default agent, which after Node.js 19+ haskeepAlive
enabled by default.