summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAidan Skinner <aidan@apache.org>2008-05-01 16:32:20 +0000
committerAidan Skinner <aidan@apache.org>2008-05-01 16:32:20 +0000
commitea5202f54541be228aa101d21da26d5457c7f668 (patch)
tree9aaae224e5e918e214d62db4cff06c15fd3ca6b9
parentd1dc8d7dc0136971a11c6809e8a5b530b35e4062 (diff)
downloadqpid-python-ea5202f54541be228aa101d21da26d5457c7f668.tar.gz
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
-rw-r--r--dotnet/Qpid.Client/Client/AMQConnection.cs1
1 files changed, 0 insertions, 1 deletions
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();
}