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

C++ .NET Binding csharp.map.receiver example throws referencing connectionOptions arg

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.9
    • 0.27
    • .NET Client
    • None
    • WinSDK examples

    Description

      Trivial indexing error

      if (args.Length > 0)
          url = args[0];
      if (args.Length > 1)
          address = args[1];
      if (args.Length > 2)
          connectionOptions = args[3];
      

      connectionOptions should be args[2].

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: