* 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.
This commit is contained in:
Justin Clarke Casey
2008-08-18 21:14:38 +00:00
parent 9f2928efe6
commit 9650632cd1
4 changed files with 87 additions and 5 deletions

View File

@@ -245,6 +245,7 @@ namespace OpenSim.Framework.Console
try
{
string line = System.Console.ReadLine();
while (line == null)
{
line = System.Console.ReadLine();