Uploaded image for project: 'Couchbase Ruby client library'
  1. Couchbase Ruby client library
  2. RCBC-480

ASIO cannot connect sockets on WIndows

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • 3.5.2
    • None
    • None
    • None
    • 0

    Description

      MinGW/ucrt builds have issues with ASIO mix with Ruby interpreter around socket API
      ASIO creates sockets using 'WSASocket', but connect using with 'connect' (sync)
      or 'WSAIoctl' with ConnectEx GUID. Typically it works, unless these APIs invoked
      inside Ruby process.

      This ticket tracks investigation of this problem, and it most likely will be resolved, once CXXCBC-449 will be fixed.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            avsej Sergey Avseyev
            avsej Sergey Avseyev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty