I got the root cause. I updated the .net version recently to .net6, and changed this resulted in configuration mess up.. . Corrected the configuration,,..and not getting full ticks back with full speed.Thanks for your help.
On further analysis i found that the lenght is not coming correctly for different ticks data. I am expecting lenght to be 184 for FULL mode..but for many ticks it is not comming correctly
ushort length = ReadShort(Data, ref offset)…
Just to provide additional info..the following KiteConnect code (websocket.cs file) is calling continuously as it is expected (no delay)...however the data that is coming back has only 5-6 tokens, although the request is made for 489 tokens...
// se…
Thanks for the prompt response. I have not made any changes to my code recently, so was surprised, However let me recheck the code flow for thread blockage. Thanks again.
Thanks. I too faced similar issue with BNF options today. and posted a message related to that.. i was getting similar issue on SL orders. The strange thing was that if i put a break point and reexecute the same line, it gets executed after 1-2 try.