mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
UserManagementModule: in the continuation, call the method that also looks up the cache, because the resource may be here in the meantime
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user