function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Nitish Singh 22Nitish Singh 22 

Response sequence for CometD Salesforce

User-added image

I have a vf page which is used to submit Case. Refer above screenshot. This VF page is subscribed to any changes in  Contact object via CometD.

When I have multiple Cases openned as in Screenshot , both the the vf page receive a callback  from CometD even though i am making changes in any one of the Cases (beacuse my Contact is changing and a callback is getting generated).

I want to determine the sequence of callback on the vf Page .