RocketChat / meteor-streamer

2 way communication over DDP with better performance.
MIT License
82 stars 27 forks source link

How can I keep track data after offline or reconnection? #14

Open brezhitskiy42 opened 7 years ago

brezhitskiy42 commented 7 years ago

On readme page, in downsides section written that "Since the library don't keep track of data, you will not receive lost data while offline after reconnection. But we have an event to notify you on reconnections passing the latest record received so you can call a method to verify and get the missing data." What method or event I must to call, to keep track data state? Thanks.