mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Get the local inner simulation service object to the handler so that there is no possibility of cascading requests when failures happen.
This commit is contained in:
@@ -166,6 +166,11 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Simulation
|
||||
return m_sceneList[0];
|
||||
}
|
||||
|
||||
public ISimulationService GetInnerService()
|
||||
{
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Agent-related communications
|
||||
*/
|
||||
|
||||
@@ -156,6 +156,11 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Simulation
|
||||
return m_localBackend.GetScene(handle);
|
||||
}
|
||||
|
||||
public ISimulationService GetInnerService()
|
||||
{
|
||||
return m_localBackend;
|
||||
}
|
||||
|
||||
/**
|
||||
* Agent-related communications
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user