vertx-mqtt icon indicating copy to clipboard operation
vertx-mqtt copied to clipboard

fixed #85 require an messageId and send message with it

Open caoqingguang opened this issue 6 years ago • 1 comments

fixed #85 require an messageId and send message with it, when get ack from remote client , will kown the message is success. if no ack for a long time , i can try again send the same message with the same messageId .

caoqingguang avatar Mar 03 '18 13:03 caoqingguang

I do think that giving the possibility to the user to set the message-id can lead to a lot of problems even considering that I should review the @Sammers21 PR (I know Pavel ... you hate me ;)) about in-flight messages. The message-id is for internal purpose of the protocol I think that PR #86 makes more sense.

ppatierno avatar Mar 08 '18 11:03 ppatierno