For how can can i stream the data before my session expires and i have to generate a new token ?
Can i keep the streaming on for 5 full days (24hours) ?
@rakeshr I left the connection open last night but today instead of showing ticks it was showing 403 forbidden, my program it deployed on a remote machine so its unlikely that internet connection was down, so kindly tell me how do i keep the websocket streaming alive instead of generating new tokens everyday
We flush all sessions including APIs and Websocket around 07:30 AM every day. So, you need to establish a new WebSocket session, the same as APIs. Go through session FAQs here.
@sujith @rakeshr reminder to address my query