From 9650632cd125fa6e5c804f76ecdfac9904e8581b Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Mon, 18 Aug 2008 21:14:38 +0000 Subject: * It appears that sometimes some IClientAPI reference is not being released, resulting in continual execution of the CheckConnectivity timer method * For now, just turn off this timer when we close the connection * Also some minor help refactoring creeps in to this revision. --- OpenSim/Framework/Console/ConsoleBase.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Framework/Console/ConsoleBase.cs') diff --git a/OpenSim/Framework/Console/ConsoleBase.cs b/OpenSim/Framework/Console/ConsoleBase.cs index 89fd77d..b9610e0 100644 --- a/OpenSim/Framework/Console/ConsoleBase.cs +++ b/OpenSim/Framework/Console/ConsoleBase.cs @@ -245,6 +245,7 @@ namespace OpenSim.Framework.Console try { string line = System.Console.ReadLine(); + while (line == null) { line = System.Console.ReadLine(); -- cgit v1.1