You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: