Skip to content

Commit

Permalink
[samsungtv] Partial revert of PR 8025 (#8072)
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
  • Loading branch information
lolodomo authored Jul 12, 2020
1 parent ebf94ea commit 4b81137
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,7 @@ private void closeConnection() throws RemoteControllerException {
webSocketRemote.close();
webSocketArt.close();
webSocketV2.close();
if (client.isStarted()) {
client.stop();
}
client.stop();
} catch (Exception e) {
throw new RemoteControllerException(e);
}
Expand Down

0 comments on commit 4b81137

Please sign in to comment.