Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add extraHeaders to unsubscribe #1046

Open
wants to merge 29 commits into
base: main
Choose a base branch
from

Conversation

slavikbialik
Copy link
Contributor

@slavikbialik slavikbialik commented Jun 8, 2023

Adding the ability to add extraHeaders for the unsubscribe method.

Example:

var subscriptionUnsubscribeOptions: SubscriptionUnsubscribeOptions = {
	extraHeaders: [
		`X-Test: test`
]
};

subscriber.unsubscribe(subscriptionUnsubscribeOptions);

slavikbialik and others added 29 commits March 1, 2021 16:05
Add `onAck` delegation for Session
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.1.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](unshiftio/url-parse@1.4.7...1.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
…h-4.17.21

Bump lodash from 4.17.20 to 4.17.21
…arse-1.5.1

Bump url-parse from 1.4.7 to 1.5.1
Bumps [ws](https://github.com/websockets/ws) from 7.4.4 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.4.4...7.4.6)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
fix typo in docs/session-description-handler.md
…parent-5.1.2

Bump glob-parent from 5.1.1 to 5.1.2
Support for ephemeral credentials
upgrade our fork to 0.20.0
add `onCancel` delegation to Session
REP-58286 - fix unsubscribe by disabling N timer on unsubscribe
create new function to dispose registrer without unregister
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants