got it
// Unsubscribe for a token.
tickerProvider.unsubscribe(tokens);
// After using com.zerodhatech.com.zerodhatech.ticker, close websocket connection.
tickerProvider.disconnect();
these 2 lines are the ones ... anyway…
Thanks sujit, I am trying to get Nifty updates from ticker have seen that the Instrument token is 256265
this is the listener that I am expecting to call back
@RequestMapping(path = "/monitor", produces = "application/json; charset=UTF-8", metho…
I got the error by debugging into the class, I was trying to test off-market hours and it throws this exception. the exceptions could be more descriptive