Fix price cache. Add OSVersion to PIng controller
This commit is contained in:
@@ -73,6 +73,10 @@ namespace MarketData.Cache
|
||||
{
|
||||
lock(typeof(LocalPriceCache))
|
||||
{
|
||||
if(Utility.IsEpoch(latestDate))
|
||||
{
|
||||
RefreshLatestDate();
|
||||
}
|
||||
return latestDate;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user