Hi @trade_then ,
Thanks for detailed explanation.
Yes I'm using laptop only. I did notice slite difference in receiving tick after making Hardware config changes.
That you explained how OnDate reached is good but I can't do anything with that rig…
Hi @trade_then
Below are the code picture with InitializeTicker and OnTick method in which I use a separate thread to sent data to UI without blocking the current thread. I also post another pic with system configuration with SSD hard drive of 256…
@tonystark I observed it in SignalR server-side where I received tick but I'll definitely look around to replace SignalR with lower level websocket to try it along with internet connection as per maths you provide. I'll come back shortly with my rev…
@tonystark I checked thread in which ticker is running which is the main thread and I'm not doing any fancy thing apart from just consume data from ticker and sent it using SignalR still data seems way slower as compare to Zerodha web but when I pa…
@sujith How did I checked that Ticker is on the main thread and other task is on the secondary thread? so sorry for the question but I'm new to that so.
var user_credentials = kite.GenerateSession( request_token, Secret_Text.Trim() ) ;
userInfo = user_credentials ;
Store_LoginInfo( user_credentials ) ;
I want to know how do I get "request_tok…
@trade_then Thanks for detailed comment, yes I mean for Tiker data to be sent over Angular using Socket. I follow your step and I'm able to connect + send data to angular. Big thanks to you.
One more help if possible or may be I can create new disc…
Hi @trade_then, thanks for your quick response but still I'm unable to get you properly. sorry about that. My requirement is very simple where I am using ticket in .net core 3.1 application and send ticket data using SignalR to Angular UI. As per yo…