Hello,
I am testing my Web Socket connection using the “WebSocket
API Try it Now! Documentation Zip File” from TR DEV Community. It connects and seems to work fine, until I request a symbol. I see the error message "Json conversion error." See details below.
Thx
Gary
-------------------------------------------------------------------------------------------
Google Chrome
Version 63.0.3239.132 (Official Build) (64-bit)
Windows 10 Enterprise
SENT:
{
"ID": 2,
"Key": {
"Service": "IDN_RDF",
"Name": ".DJI"
}
}
RECEIVED:
[
{
"ID": 2,
"Type": "Status",
"Key": {
"Service": "IDN_RDF",
"Name": ".DJI"
},
"State": {
"Stream": "ClosedRecover",
"Data": "Suspect",
"Text": "Json conversion error."
}
}