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),)