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

Cometd acknowledgement extension #240

Merged
merged 5 commits into from
Mar 22, 2023
Merged

Conversation

wglasshusain
Copy link
Contributor

Previously, cometd was being initialized twice. Once by jquery-cometd.js, and again in channel-manager/index.js. The first initialization registered all the extensions (e.g. the ack extension), but the second did not.

This PR changes the channel manager to use the previously created cometd instance if available.

@wglasshusain wglasshusain merged commit 3870b86 into master Mar 22, 2023
@wglasshusain wglasshusain deleted the feature-fix-cometd-ack branch March 22, 2023 15:53
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.

2 participants