In a case when processing request on server side take longer that default interval (1500ms), calls with the same timestamp are queued and processed couple times. In effect, a new change is sent to client several times.
This fixes this issue by storing history latest processed client timestamp and skip already done.
In a case when processing request on server side take longer that default interval (1500ms), calls with the same timestamp are queued and processed couple times. In effect, a new change is sent to client several times.
This fixes this issue by storing history latest processed client timestamp and skip already done.