Able to authenticate and connect successfully but ticks are NOT arriving. Trading in market hours. Feb 23rd. 9:55AM IST. The same code was working well till Wednesday. Started seeing this issue today
c.l.b.zerodha.listeners.KiteOnConnect : On Connected::[3050241] c.l.b.zerodha.controller.KiteController : Connection::true c.l.b.zerodha.listeners.KiteOnConnect : Successfully Connected::[3050241] c.l.b.zerodha.controller.KiteController : End of URL Redirect
@Override public void onConnected() { // TODO Auto-generated method stub /** Subscribe ticks for token. * By default, all tokens are subscribed for modeQuote. * */ logger.info("On Connected::"+ tokens); kiteTicker.subscribe(tokens); kiteTicker.setMode(tokens, KiteTicker.modeFull); logger.info("Successfully Connected::"+tokens); }