Websocket Streaming Code for C# web application
-
Kindly post your websocket code here, if you are successfully getting the stream of live data in c# for web application. (other than github example)
-
@admin I too have similar problem, not receiving proper data, just receiving Datetime and value, tick information was not there.. I am using same code which you share us .
script : nse_fo|43141 => for NIFTY03NOV2117000PE
static void WriteResult(object sender, MessageEventArgs e)
{
Console.WriteLine("Tick Received : " + e.Message);
}All the time its printing Tick received with DateTime stamp, Is script param correct?
-
@admin but that code doesnot work with web application. that is only for console application
-
Hi @jorawarjora said in Websocket Streaming Code for C# web application:
Kindly post your websocket code here, if you are successfully getting the stream of live data in c# for web application. (other than github example)
Currently we dont have any code other then github. -
@admin .. Hello admin if you can manage the working code for us, please kindly post here....