diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index d5305ccc33..bb294a56b3 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs @@ -1601,6 +1601,8 @@ namespace OpenSim.Region.Communications.OGS1 if (timed_out) { + ar.AsyncWaitHandle.Close(); + m_log.DebugFormat( "[OGS1 GRID SERVICES]: socket [{0}] timed out ({1}) waiting to obtain a connection.", m_EndPoint, timeOut * 1000); diff --git a/prebuild.xml b/prebuild.xml index 2cf29db8c7..2272c06cbb 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -1,6 +1,6 @@ - + TRACE;DEBUG @@ -2767,6 +2767,7 @@ ../../../bin/ +