-
Notifications
You must be signed in to change notification settings - Fork 401
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix subscribe request aggregation in
SharedWorker
. (#403)
fix(shared-worker): fix presence leave request preparation Fix issue because of which leave request modified wrong URL path component with actual channels. fix(shared-worker): fix channels / groups list modification issues Fix issue because of which removed channels / groups didn't cancel previous subscribe request to re-subscribe with new set of channels / groups. fix(shared-worker): fix requests aggregation issues Fix issue because of which suitable active PubNub clients subscription not has been used for aggregation and caused additional connections or wrong set of channels / groups. refactor(subscription): process messages only for subscribed Pre-process entries from subscribe response to filter out updates which has been received for channels and groups which are not part of subscription loop (subscription aggregation in shared worker). refactor(package): add `types` entry for Node.js integration Point to the built-in types definition file when package used with npm / yarn. --------- Co-authored-by: Mohit Tejani <[email protected]> Co-authored-by: PubNub Release Bot <[email protected]>
- Loading branch information
1 parent
bc85e1d
commit 0beda2c
Showing
15 changed files
with
689 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.