paho.mqtt.java icon indicating copy to clipboard operation
paho.mqtt.java copied to clipboard

Quesiton: QoS1 message with PUBACK with next message

Open KeithLaiKB opened this issue 2 years ago • 0 comments

In QoS1 in MQTT: there are 2 process in MQTT communication, 1.Publisher to Broker 2.Broker to Subscriber In each process, when the server(publisher/broker) does not receive the PUBACK from the client(broker/subscriber) about messageA, will the server keep sending the second message messageB to the client? It seems like there is no reference mentioned that clearly.

KeithLaiKB avatar Jun 28 '23 17:06 KeithLaiKB