Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-2015

Allow users to configure the WebSocket connections

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.3.3, 3.2.9
    • 3.4.0, 3.3.4, 3.2.10
    • dotnet
    • None

    Description

      Gremlin.Net currently just creates instances of the ClientWebSocket class with default options. That is probably appropriate for most users but it makes it impossible to change the config and use certain features like client certificates or proxy settings.

      We could simply allow users to provide a ClientWebSocketOptions object. Since it's part of .NET Standard (and not a 3rd party library) it shouldn't be a problem to expose this type. This would also have the nice advantage that users could immediately use new options like the RemoteCertificateValidationCallback that was just added in .NET Core 2.1.

      Attachments

        Issue Links

          Activity

            People

              Florian Hockmann Florian Hockmann
              Florian Hockmann Florian Hockmann
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: