Skip to content

Commit

Permalink
[bosesoundtouch] Partial revert of PR 8031 (#8073)
Browse files Browse the repository at this point in the history
Related to #8027

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
  • Loading branch information
lolodomo authored Jul 12, 2020
1 parent 4b81137 commit d2d90ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ private synchronized void closeConnection() {
if (sessionFuture != null && !sessionFuture.isDone()) {
sessionFuture.cancel(true);
}
if (client != null && client.isStarted()) {
if (client != null) {
try {
client.stop();
client.destroy();
Expand Down

0 comments on commit d2d90ae

Please sign in to comment.