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
Nikhil M KumarNikhil M Kumar 

PushTopics from Streaming API doesn't update the VF Page automatically!

I have created a PushTopic on a Custom Object. It is as follows:
SELECT Id, Name, Price__c, Quantity__c FROM Item__c

Now, I am using the PushTopics from the workbench.developerforce.com to update my Visualforce Page accordingly whenever I update the data in the Backend!
Now, I tried to get connected using the Cometd and have followed a basic example procedure which doesn't allow me to get into the init() method even!
I don't understand what's wrong!

Anyone with a good understanding of the 'Cometd usage to update the VF Page' could give me some suggestions?