You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, there,
when i publish a message with userProperty, I didnot get the userProperty from message ack body. why?
I use mqtt protocal 5.0, and the code is blow
Hello, there,
when i publish a message with userProperty, I didnot get the userProperty from message ack body. why?
I use mqtt protocal 5.0, and the code is blow
`
_pubProp = [[MqttPublishProperties alloc] initWithContentType:@"JSON"];
[_pubProp setUserProperty:@{@"uuid": uuid}];
[_mqtt5 publish:@"dragonTopic/3" withString:@"test" qos:CocoaMQTTQoSQos1 DUP:YES retained:YES properties:_pubProp];
`
I want get the same user property what i send, how can i get to this result。
thanks for giving help to me
The text was updated successfully, but these errors were encountered: