I have implemented the Websocket in my laravel code and I am trying to get real-time data for my subscribed stocks. But I am receiving a BLOB object which I am not able to parse in anyway. Following is an example of the kind of data I am receiving (I have set websocket's binary type to arraybuffer for this example):
Please post new queries on a new thread. It might help others who are facing the same issue. Where did you add funds? Please open a new thread with complete details.
Websocket data is provided in binary format.
You will have to parse and make it a usable like this https://github.com/rainmattertech/pykiteconnect/blob/master/kiteconnect/__init__.py
Look for _parse_binary method.
blob or arrayBuffer
"parsing index packets" and "parsing non index packets". What is the difference between these two? index and non-index packets.
Where did you add funds?
Please open a new thread with complete details.