The latest package of Mqttnet does not have the UseApplicationMessageReceivedHandler method, how does ApplicationMessageReceivedAsync get the message from which client sent it #1953
Unanswered
MrLemon0908
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use the latest package of Mqttnet, do client development without the UseApplicationMessageReceivedHandler method, receive messages with ApplicationMessageReceivedAsync.
I want to know who sent the message, which field can be obtained, I tried args.clientid in the callback parameter in ApplicationMessageReceivedAsync but it shows its own id.
Beta Was this translation helpful? Give feedback.
All reactions