This commit is contained in:
anlicheng 2025-04-29 15:13:11 +08:00
parent 76edfcd11f
commit 99cc98e129

View File

@ -136,7 +136,7 @@ handle_info({timeout, _, task_ticker}, State = #state{host_id = HostId, host_pid
{noreply, State#state{tasks = []}}
end;
handle_info(next_task, State = #state{devices = Devices, status = Status, tasks = []}) ->
handle_info({timeout, _, task_ticker}, State = #state{devices = Devices, status = Status, tasks = []}) ->
case Status of
?STATUS_BOOTING ->
case length(Devices) > 0 of