refs #719, avoid infinite loop when info object read succeeds, but has incorrect authorizations

* marker for info reader that it failed
* distinguish between "server cannot be connected" and other errors
This commit is contained in:
Klaus Basan
2016-08-04 00:04:34 +02:00
parent a0c20baf53
commit 3aee6174ac
5 changed files with 50 additions and 14 deletions

View File

@@ -48,7 +48,7 @@ namespace BlackCore
bool CInfoDataReader::areAllDataRead() const
{
return getDbInfoObjectCount() > 0;
return getDbInfoObjectCount() > 4;
}
void CInfoDataReader::syncronizeCaches(CEntityFlags::Entity entities)