Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-2101

socket.setKeepAlive(settings.isKeepAlive()); when false

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 3.2.1
    • Component/s: Internal
    • Labels:
      None
    • Environment:
      Chromium ARC

      Hi!

      I want to port my android app to Chrome ARC but it doesn't support Socket.setKeepAlive(). I tried to disable it in the drivers settings but the method is still called in SocketStreamHelper:34 with
      Socket.setKeepAlive(false)
      which doesn't work in Chrome. Could you please only call the method when settings.isKeepAlive() is actually true?

      Thank you!

      Simon

            Assignee:
            Unassigned Unassigned
            Reporter:
            leisim Simon
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: