79797640

Date: 2025-10-23 09:55:32
Score: 2
Natty:
Report link

The QoS setting of the client is the maximum QoS that it can receive. For example, if a message is published at QoS 2 and a client subscribed at QoS 0, then the message will be delivered with QoS 0. In your example, the server publishes at QoS 0 and the client set a maximum QoS of 2. Here, the message will be delivered with QoS 0, because that is the highest QoS that the server offers. See this Mosquitto documentation for an explanation of how the QoS setting works.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Febrian