Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-3294

Native Windows Messaging keeps connections open after connection.Close()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.10
    • 0.18
    • .NET Client
    • None
    • C++ Messaging libraries on Windows

    Description

      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)

      Attachments

        Activity

          People

            chug Charles E. Rolke
            chug Charles E. Rolke
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: