eclipse / paho.mqtt.java

Eclipse Paho Java MQTT client library. Paho is an Eclipse IoT project.
https://eclipse.org/paho
Other
2.1k stars 880 forks source link

PM org.eclipse.paho.mqttv5.client.internal.ClientState handleInboundPubRel #988

Open KrYpToDeN opened 1 year ago

KrYpToDeN commented 1 year ago

Hello!

Could you tell me, please, what does it mean in log while subscribe:

мар. 05, 2023 2:34:59 PM org.eclipse.paho.mqttv5.client.internal.ClientState handleInboundPubRel
INFO: JavaSample: Creating MqttPubComp: MqttPubComp [returnCode=0, properties=MqttProperties [validProperties=[31, 38]]]
javapark1 commented 1 year ago

This is a bug. It see this message for every QoS 2 message received by subscribers. Looking at the source code, it seems someone inadvertently left Log.info() to trace MqttPubRel messages. It should be Log.debug(). Please fix this.