Skip to content

Commit

Permalink
Fix extraneous cancelTimer in ThingUpdater.
Browse files Browse the repository at this point in the history
Signed-off-by: Yufei Cai <yufei.cai@bosch.io>
  • Loading branch information
yufei-cai committed Apr 19, 2022
1 parent 5bf7667 commit 64ed5d5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,6 @@ private UniqueKillSwitch recoverLastWriteModel(final ThingId thingId,
}

private void tickNow() {
cancelTimer(Control.TICK.name());
getSelf().tell(Control.TICK, ActorRef.noSender());
}

Expand Down

0 comments on commit 64ed5d5

Please sign in to comment.