Uploaded image for project: 'Couchbase .NET client library'
  1. Couchbase .NET client library
  2. NCBC-425

SetSocketOption throws exception under mono runtime

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 1.3.5
    • 1.3.3
    • library
    • mono runtime

    Description

      the code "socket.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.Linger, true);" in SocketPool.cs throws exception under mono runtime

      The correct code should like this:

      LingerOption lingerOption = new LingerOption (true, 10);
      socket.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.Linger, lingerOption);

      Attachments

        For Gerrit Dashboard: NCBC-425
        # Subject Branch Project Status CR V

        Activity

          People

            jmorris Jeff Morris
            Bowie Bowie
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty