From ea5202f54541be228aa101d21da26d5457c7f668 Mon Sep 17 00:00:00 2001 From: Aidan Skinner Date: Thu, 1 May 2008 16:32:20 +0000 Subject: QPID-994 Dont wait for attain state as connection is closed by we get CloseOk git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@652567 13f79535-47bb-0310-9956-ffa450edef68 --- dotnet/Qpid.Client/Client/AMQConnection.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'dotnet/Qpid.Client/Client') diff --git a/dotnet/Qpid.Client/Client/AMQConnection.cs b/dotnet/Qpid.Client/Client/AMQConnection.cs index d0bebf1170..8e9ebdbdfb 100644 --- a/dotnet/Qpid.Client/Client/AMQConnection.cs +++ b/dotnet/Qpid.Client/Client/AMQConnection.cs @@ -263,7 +263,6 @@ namespace Apache.Qpid.Client _log.Debug("Blocking for connection close ok frame"); - _stateManager.AttainState(AMQState.CONNECTION_CLOSED); Disconnect(); } -- cgit v1.2.1