From 5b4c1c1471d29e755b5d745ff17cf4d66183e37e Mon Sep 17 00:00:00 2001 From: narawat lamaiin Date: Tue, 10 Jun 2025 10:38:51 +0700 Subject: [PATCH] update --- src/communication.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/communication.jl b/src/communication.jl index a4e41f1..e5a3257 100644 --- a/src/communication.jl +++ b/src/communication.jl @@ -573,7 +573,7 @@ julia> success, error, response = GeneralUtils.sendReceiveMqttMsg(outgoingMsg) # Signature """ function sendReceiveMqttMsg(outgoingMsg::Dict{Symbol, T}; - connectiontimeout::Integer=60, responsetimeout::Integer=60, responsemaxattempt::Integer=1)::NamedTuple where {T<:Any} + connectiontimeout::Integer=600, responsetimeout::Integer=60, responsemaxattempt::Integer=1)::NamedTuple where {T<:Any} senderId = outgoingMsg[:msgMeta][:senderId] mqttMsgReceiveTopic = "/GeneralUtils_sendReceiveMqttMsg/$senderId" mqttMsgReceiveChannel = (ch1=Channel(8),)