please share some example of WebSocket 2.0 response data
-
Hi Team,
Can you please share some example of WebSocket 2.0 response data to understand structure of data. From API Documents I am not able to understand how data will be separated for different tokens.
-
@Jaydip-Garala vshinde480@gmail.com please send through email if possible.
-
@JarvisBull
Ok I will share you. -
@Jaydip-Garala Hi Please share working code to connect Webocket 2.0 .
-
Create Web socket instance
create headers
open state
send data to binary format
received data in binary format
change to Little Endian
convert your data type
It's work for me.
Thank You. -
@pradyumnapp
Create WebSocket Instance
Create Headers
check open state
send data to binary format
received buffer
change byte array to Little Endian &
then
convert to your data typeIt's work for me
I hope you understand
Thank You