Replies: 1 comment 1 reply
-
|
What exactly is a message id in the MQTT context? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
My Receive Event Code is This, who can tell me how to get the MsgId, I need this to troubleshoot issues.
i'm try to console e.PacketIdentifier for id, but i found it's not. (the output is 1930, but the actual ID is D211978BB4F04EB69FF74575A80ECA4F )
`private async Task Client_ApplicationMessageReceivedAsync(MqttApplicationMessageReceivedEventArgs e)
{
var msg = e.ApplicationMessage.ConvertPayloadToString();
}`
Beta Was this translation helpful? Give feedback.
All reactions