.NET Binding for Messaging keeps connections open after connection.Close()
--------------------------------------------------------------------------
Key: QPID-3294
URL: https://issues.apache.org/jira/browse/QPID-3294
Project: Qpid
Issue Type: Bug
Components: Dot Net Client
Affects Versions: 0.10
Environment: .NET using binding
Reporter: Chuck Rolke
Assignee: Chuck Rolke
Calling connection.Close() does not close the connection to the broker.
Connection c = new Connection("localhost:5672");
for (int i=0; i<10; i++) {
c.Open();
c.Close();
}
leaves 10 TCP connections open to the broker.
Reported by Joe (paperman at gmx.at)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]