From afe63faa2ee9cbdb8a8e0ee755a4d5ef06fe770b Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Tue, 18 Dec 2007 00:34:42 +0000 Subject: * Fix for mantis 0000040 After client logout remote host closed connection on Simulator makes sim unuseable->'Closed Connection Called' * I've fundamentally changed a few things, so this is experimental * The routine that I used needs to be tested on Linux. I don't expect it to cause a problem, but hey, it might. * Child agents are still not logged off properly, so when the first set time out, the second set get logged off also, on the second log in if the second login is initiated before the first one fully times out. --- OpenSim/Framework/IScene.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Framework/IScene.cs') diff --git a/OpenSim/Framework/IScene.cs b/OpenSim/Framework/IScene.cs index d7071da..4b6e9a5 100644 --- a/OpenSim/Framework/IScene.cs +++ b/OpenSim/Framework/IScene.cs @@ -46,6 +46,7 @@ namespace OpenSim.Framework void AddNewClient(IClientAPI client, bool child); void RemoveClient(LLUUID agentID); + void CloseAllAgents(uint circuitcode); void Restart(int seconds); bool OtherRegionUp(RegionInfo thisRegion); -- cgit v1.1