Hi, Im using EMA to stream some forex data (about 80 in total), we discover that it seems our consumer is too slow.
For example, when streaming JPY= the received data timestamp eventually will differ far from our server time after some minutes.
From what I understand this is due to huge amount of buffered data that yet to be consumed by the consumer. When consumer finally get it, the data is already in the buffer for several minutes.
Is there any way to 'skip' the buffered data and get the latest data instead?