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: CSchlipp <christian@schlipp.de>
  • Loading branch information
lolodomo authored and CSchlipp committed Jul 26, 2020
1 parent 90bb3d2 commit 60168e3
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 60168e3

Please sign in to comment.