Why socket is not working

Is there any cut of time or start time where socket will start listening?

data_type = "SymbolUpdate"
symbols = ['NSE:NIFTY50-INDEX']
fyersSocket.subscribe(symbols=symbols, data_type=data_type)
fyersSocket.keep_running()

def onmessage(message):
in this i got success message but feed is not coming
Response: {'type': 'cn', 'code': 200, 'message': 'Authentication done', 's': 'ok'}
Response: {'type': 'lit', 'code': 200, 'message': 'Lite Mode On', 's': 'ok'}


Update @10:30 am - started working now
6
10 replies