@Hardik can you tell me how can I continously fetch data(for like 1 min) (eg. if I only want to fetch LTP continously) from websocket without getting disconnected. And also why is it printing ‘ticker data’ twice in one connection, same is with quote.
Would be great help. Thank you
Hello @pranjal_1
Over here, the Client ID being passed is incorrect, as shown in the disconnected message printed. Once this is fixed, it will keep on sending data until closed by your end.
Hope this helps!
1 Like
Ooops thanks @Hardik, was checking client id but just got to notice the access token had expired.