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

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

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • None
    • 3.2.1
    • Internal
    • None
    • Chromium ARC

    Description

      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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: