Search code examples
javaandroidmeteorpublish-subscribeddp

How to not publish data that is already sent to the client in meteor?


I am developing an android client (chat application) using the android-ddp library. The problem is when, everytime I connect to meteor and subscribe to a dataset, all the records are published. How do I stop sending the same records on every new connection and get only the unpublished records.


Solution

  • you can try this. Reactive Publish