From 99cc98e1293a07c313ce46499935ec7a6a5110e6 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Tue, 29 Apr 2025 15:13:11 +0800 Subject: [PATCH] fix --- apps/iot/src/iot_host_device_poller.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/iot/src/iot_host_device_poller.erl b/apps/iot/src/iot_host_device_poller.erl index 1996550..43c9834 100644 --- a/apps/iot/src/iot_host_device_poller.erl +++ b/apps/iot/src/iot_host_device_poller.erl @@ -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