When I'm trying to subscribe more than 100 tokens , I'm able to get only 50% of tokens data while for other remaining tokens I'm not getting anything with in the ticks data.I have considered nifty 100 token data & saved in a list format of int data type .Under on_connect method I'm passing this list to ws.subscribe in full mode.This is how I'm subscribing & I'm not using any threading metedology.In the ticks output I'm able to see only limited instrument token data but not whole subscribing list.
Colud u please look into this issue
i was not getting data for atleast 2 to 3hrs .And also when we r subscribing to more than 100 tokens , there will be price change for atleast 70 stocks right during trade duarition i.e from 9.30 to 3.30 .i have considered nifty 100 tokens & started the websoket socket connection at 10.30am and ended at 3.25pm.During these hours i was getting limited tokens not the whole list of 100 tokens.
Ticks are received only when there is a change in any of the tick fields.