Skip to content

Commit

Permalink
[samsungtv] Partial revert of PR 8025 (openhab#8072)
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Signed-off-by: MPH80 <michael@hazelden.me>
  • Loading branch information
lolodomo authored and MPH80 committed Aug 3, 2020
1 parent 2f19bbe commit 5137d7b
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 5137d7b

Please sign in to comment.