Skip to content

Commit

Permalink
[epsonprojector] reset ready flag on disconnect (#9770)
Browse files Browse the repository at this point in the history
Signed-off-by: Weisser, Matthias <matthias.weisser@onsol.de>
  • Loading branch information
matthiaswe authored Jan 15, 2021
1 parent acc5eb9 commit f3f957e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ public void disconnect() throws EpsonProjectorException {
if (timeoutJob != null) {
timeoutJob.cancel(true);
this.timeoutJob = null;
ready = true;
}
}

Expand Down

0 comments on commit f3f957e

Please sign in to comment.