Got it.
However, in the example stated above, the time difference between 2 consecutive ticks is ~ 3-4 secs. Isn't that too much latency, or is that the expected behaviour too ? Ideally, ticks at a gap of ~1s are what one would expect.
Tickers li…
If both originate from the same WebSocket streams, why can there be a difference in the ticks received ? Would want to know why this is an expected behaviour.
Currently, I believe I am blocking the websocket thread by throwing computations on the ticks when they arrive, which might be leading to this issue. As a possible solution, I am thinking of introducing a queue to store all the ticks as soon as they…