diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index d5305cc..bb294a5 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | |||
@@ -1601,6 +1601,8 @@ namespace OpenSim.Region.Communications.OGS1 | |||
1601 | 1601 | ||
1602 | if (timed_out) | 1602 | if (timed_out) |
1603 | { | 1603 | { |
1604 | ar.AsyncWaitHandle.Close(); | ||
1605 | |||
1604 | m_log.DebugFormat( | 1606 | m_log.DebugFormat( |
1605 | "[OGS1 GRID SERVICES]: socket [{0}] timed out ({1}) waiting to obtain a connection.", | 1607 | "[OGS1 GRID SERVICES]: socket [{0}] timed out ({1}) waiting to obtain a connection.", |
1606 | m_EndPoint, timeOut * 1000); | 1608 | m_EndPoint, timeOut * 1000); |