I changed the code, now there is reconnecting issues.
Below is my log from my console
The thread 0x29f0 has exited with code 0 (0x0).
4
No of packets: 2
No of bytes: 22
Packet Length 8
Packet Length 8
15/11/2018 13:37:23 Heartbeat
No of packets: 2…
I got something like this in my console at 9:40 AM
Resubscribing
{"a":"unsubscribe","v":[107265]}
30
{"a":"mode","v":["ltp", [107265]]}
{"a":"mode","v":["quote", []]}
{"a":"mode","v":["full", []]}
Exception thrown: 'System.InvalidOperationException'…
I am building windows forms,
I am receiving only "Error parsing instrument tokens" and "Lost ticker connection" under my log.
private void onError(string Message)
{
Console.WriteLine(Message);
logFile.WriteLogToFile…
I didn't receive any log, below is my code and the steps which I have tracked
// Create a new Ticker instance
ticker = new Ticker(sApiKey, sAccessToken, Reconnect: true, Debug: true);
// Add handlers to events
ticker.OnTick += onTick;
ticker.OnReco…
I am also getting the same error, Socket is getting disconnected around 10:00 AM daily, after reconnecting success it is giving below error : Error parsing instrument tokens.
After error I am getting Lost ticker connection. Once it is getting disco…