We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a529f4 commit 1644547Copy full SHA for 1644547
src/com/connectsdk/service/webos/WebOSTVServiceSocketClient.java
@@ -679,6 +679,7 @@ private void setSSLContext(SSLContext sslContext) {
679
//Web-Socket 1.3.7 patch
680
try {
681
setSocket(sslContext.getSocketFactory().createSocket());
682
+ setConnectionLostTimeout(0);
683
} catch (IOException e) {
684
e.printStackTrace();
685
} catch (RuntimeException e) {
0 commit comments