Skip to content

Commit 1644547

Browse files
committed
Added the missing timeout code
1 parent 6a529f4 commit 1644547

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/com/connectsdk/service/webos/WebOSTVServiceSocketClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,7 @@ private void setSSLContext(SSLContext sslContext) {
679679
//Web-Socket 1.3.7 patch
680680
try {
681681
setSocket(sslContext.getSocketFactory().createSocket());
682+
setConnectionLostTimeout(0);
682683
} catch (IOException e) {
683684
e.printStackTrace();
684685
} catch (RuntimeException e) {

0 commit comments

Comments
 (0)