mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +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:
@@ -63,6 +63,11 @@ namespace OpenSim.Services.Connectors.Simulation
|
||||
return null;
|
||||
}
|
||||
|
||||
public ISimulationService GetInnerService()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
#region Agents
|
||||
|
||||
protected virtual string AgentPath()
|
||||
|
||||
Reference in New Issue
Block a user