Websocket subscription interval related clarification (throttling?)

I have successfully connected to websocket and able to receive price changes for almost 60 IKs(which is great!!) But what I see data received is “duplicates”. How can I restrict my websocket conn to minimum interval period of 1minute? You can see the duplicate timestamp(“lt_timestamp”) for received data. How can I avoid this?

The occurrence of duplicate data is unlikely. To investigate further, could you please share the code you are executing and a video recording of the feed? This will help us assist you better.

1 Like

sorry for getting back late. yes you are correct, it was a code problem.

@dhan Thanks for the update. I’m glad to hear that it’s working for you now.