websocket 2.0 not working
-
Hi @admin ,
I have tried to implement websocket 2.0 in nodeJS. It's working fine for few seconds,but after few seconds data is not coming.
Please check and revert. -
@vishant you need to keep sending those HB messages I think.
The client must send a heartbeat message for each WebSocket connection every 30 sec to keep the connection alive.
Also, can you tell me how you got to decode the data coming in messages?
Response is in binary format with Little Endian byte order
I am unable to decode those
-
@vishant said in websocket 2.0 not working:
ket
Here is my working app on WebSocket2.0 .
Check it out, and read the readme file if you will use it.
https://github.com/markov404/AngelOneOptionChainSmartApi
1 out of 3