This commit is contained in:
2025-03-14 05:07:14 +07:00
parent d521bafd43
commit 092215c3be

View File

@@ -191,7 +191,7 @@ function mqttClientInstance_v2(
while isready(msgReceiveChannel[i])
_ = take!(msgReceiveChannel[i])
end
println("Total $totalmsg old MQTT messages cleared", @__FILE__, ":", @__LINE__, " $(Dates.now())")
println("Total $totalmsg old MQTT messages cleared ", @__FILE__, ":", @__LINE__, " $(Dates.now())")
end
end
end