mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
* 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:
@@ -245,6 +245,7 @@ namespace OpenSim.Framework.Console
|
||||
try
|
||||
{
|
||||
string line = System.Console.ReadLine();
|
||||
|
||||
while (line == null)
|
||||
{
|
||||
line = System.Console.ReadLine();
|
||||
|
||||
Reference in New Issue
Block a user