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

Does PubSub API support multiple record crud operations for custom channels? #27

Open
ValeriyRCG opened this issue Nov 23, 2022 · 0 comments

Comments

@ValeriyRCG
Copy link

I am subscribing to a custom channel with channel members of AccountChangeEvent and another custom object. I receive the events just fine when I update one of each record, but if I do any CRUD operations on more than one type of object (say I update 2 account records) then I never receive the event.

I experimented with the custom channel and cometd in java and it seemed to receive all the events.

I replicated this issue with the pubsub api java and javascript implementations provided by salesforce and I am unable to receive events from custom channels when updating two or more accounts.

Are there issues with these implementations or are they are done correctly and the pubsub api just does not support multiple record operations for custom channels?

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

No branches or pull requests

1 participant