comment here

This commit is contained in:
2023-03-17 16:57:56 +07:00
parent abad8d502d
commit 4739e41362

View File

@@ -280,7 +280,6 @@ function mqttOnmessage!(client::mqttClient, userMsgHandler::Function)
payload = vecToDict(pkg.payload) # payload in Dict format
# Do something with the message
println("call userMsgHandler")
userMsgHandler(topic, payload) # user defined function in user space. How to handle msg
end
end