trovbato problema in decodifica cache da REDIS; in fase di verifica...
This commit is contained in:
@@ -298,7 +298,14 @@ namespace C_TRACK
|
||||
Dictionary<string, string> answ = new Dictionary<string, string>();
|
||||
if (memLayer.ML.isInCacheObject("comandiAmmessiBCode"))
|
||||
{
|
||||
answ = (Dictionary<string, string>)memLayer.ML.objCacheObj("comandiAmmessiBCode");
|
||||
try
|
||||
{
|
||||
answ = (Dictionary<string, string>)memLayer.ML.objCacheObj("comandiAmmessiBCode");
|
||||
}
|
||||
catch
|
||||
{
|
||||
answ = new Dictionary<string, string>();
|
||||
}
|
||||
}
|
||||
return answ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user