Author: aidan
Date: Thu May  1 09:32:20 2008
New Revision: 652567

URL: http://svn.apache.org/viewvc?rev=652567&view=rev
Log:
QPID-994 Dont wait for attain state as connection is closed by we get CloseOk

Modified:
    incubator/qpid/branches/M2.x/dotnet/Qpid.Client/Client/AMQConnection.cs

Modified: 
incubator/qpid/branches/M2.x/dotnet/Qpid.Client/Client/AMQConnection.cs
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.x/dotnet/Qpid.Client/Client/AMQConnection.cs?rev=652567&r1=652566&r2=652567&view=diff
==============================================================================
--- incubator/qpid/branches/M2.x/dotnet/Qpid.Client/Client/AMQConnection.cs 
(original)
+++ incubator/qpid/branches/M2.x/dotnet/Qpid.Client/Client/AMQConnection.cs Thu 
May  1 09:32:20 2008
@@ -263,7 +263,6 @@
 
             _log.Debug("Blocking for connection close ok frame");
 
-            _stateManager.AttainState(AMQState.CONNECTION_CLOSED);
             Disconnect();
         }
 


Reply via email to