Tick Issue When multiple is subscribed

avnikk
avnikk edited June 6 in Node JS client


so the left side is the socket which have 15-20 instrument subscribed and right side is only 1 instrument
why the left side is missing so much ticks and right side is getting tick every second, the time attached with bid ask is exchange feed stamp, is it just with me or is it an actual issue?
@sujith
  • sujith
    You shouldn't block the main thread that is receiving ticks. If you block the thread that is receiving ticks then you may miss the data. We subscribe to 100 of ticks at a time on our apps, we haven't encountered this issue.
Sign In or Register to comment.