Details
-
Improvement
-
Resolution: Done
-
Major - P3
-
None
-
3.2.1
-
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