yes i am not calling again, now access token working only for 1 time. when refresh page with same access token its expired. (i use websocket ticker.js officially from github)
I clear all my session and after that try with new access token but i get error in websocket here is console log
Firefox can’t establish a connection to the server at wss://ws.kite.trade/?api_key=something&access_token=something&uid=15376372…
I save access token in database then use access token in ticker.js but after some time when i refresh webpage then token automatically expired. then i delete a session by this url https://api.kite.trade/session/token?api_key=$api_key&access_toke…