A modern graphical MQTT client using the HiveMQ client library. MQTT is a messaging protocol widely used in the IoT world. CorreoMQTT provides a UI to send and receive messages. It is able to handle multiple connections at the same time.
This needs remembering subscriptions from last session. Otherwise not cleaned sessions will receive messages and this error will appear. Not a real problem for now, just an error message.
Describe the bug "No publish flow registered"-Error is thrown if something is published and nothing subscribed.
This is related to: https://github.com/hivemq/hivemq-mqtt-client/issues/368
To Reproduce
18:38:25,104; WARN;ing.MqttIncomingPublishService;ntLoopGroup-6-1; ;No publish flow registered for MqttStatefulPublish{stateless=MqttPublish{topic=sdfsadf, qos=AT_MOST_ONCE, retain=false}, packetIdentifier=-1, dup=false, topicAlias=0, subscriptionIdentifiers=[]}.
Expected behavior No error happens
Desktop (please complete the following information):