Hi everyone, It's seems to me that i don't understand something. I have following use case:
1) I receive data updates during 5 minutes,
than
2) I lost connection with server
than
3) I connected to the server again
and now i want to receive just NOT received updates.
In which mode should I work? How i should config subscriptions (in javascript)?
(I know that i can work in DISTINCT mode in this case, but how i can receive not received updates?)