Ui Optimize Not working

Im using methods in both Server and Client.
And i insert my data in method.
And publish in server and subscribe in client.
Afert Subscribe data, i find all docs from collection.

But the data not Update in other Components (subscribed) afert insert with method.
?

Hi @saeeed, I recently had similar issues.

Would you be able to provide some of your code to make it easier to provide a solution?

You probably need to use a tracker.autorun block in your subscription to catch any changes.