From 34ef01615ca6e606cdb4942b8a1d2ee40f48a227 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Thu, 12 Feb 2009 18:31:56 +0000 Subject: [PATCH] * Add missing OpenSIm.Framework.Communications ref for Wdinwos builds --- OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 2 ++ prebuild.xml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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/ +