UserManagementModule: in the continuation, call the method that also looks up the cache, because the resource may be here in the meantime

cpu-performance
Diva Canto 2013-07-16 18:22:42 -07:00
parent 8bad56cb46
commit 5f27aaa6dd
1 changed files with 2 additions and 2 deletions

View File

@ -172,11 +172,11 @@ namespace OpenSim.Region.CoreModules.Framework.UserManagement
return;
}
// Not found in cache, get it from services
// Not found in cache, queue continuation
m_ServiceThrottle.Enqueue(delegate
{
//m_log.DebugFormat("[YYY]: Name request {0}", uuid);
bool foundRealName = TryGetUserNamesFromServices(uuid, names);
bool foundRealName = TryGetUserNames(uuid, names);
if (names.Length == 2)
{