Dears,

We are using this code to subscribe data from lightstreamer,


var tableInfo = new SimpleTableInfo("ix" + _currentStocks.IndexID,
"MERGE", "IndexClose HighValue LowValue IndexValue TradedVolume", true)
{ DataAdapter = "PROXY_MarketDataAdapter" };

_subKey = Tabee3Client.client.SubscribeTable(tableInfo, this, false);

but we are facing a huge delay between submit subscribe and the first time the data received.

how to solve this issue or what the best method to request data from lightstreamer.

Regards,