Skip to content

Commit

Permalink
SchedDecom instead of Decommission in reactor Tick
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed May 28, 2024
1 parent d86a703 commit eedfc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reactor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ void Reactor::Tick() {
spent.Push(fresh.Pop());
}
if(CheckDecommissionCondition()) {
Decommission();
context()->SchedDecom(this);
}
return;
}
Expand Down

0 comments on commit eedfc1d

Please sign in to comment.