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.
Describe the bug
Enable autoformat. After entering any JSON, it results in a duplicated version of this JSON. This is not a visual glitch, it contains the actual text.
To Reproduce
Steps to reproduce the behavior:
Connect to a MQTT server
Enable auto format
Enter {} as the payload
It should now display { } {}
You cannot delete the {}, since it will automatically reformat to this string.
Expected behavior
There should be a single JSON in the payload field for publish. It should not be duplicated.
Screenshots
will not be provided
Desktop (please complete the following information):
OS: Windows 11
Version: 0.15.0
Additional context
Really, really annoying bug. Basically makes auto format useless.
Describe the bug Enable autoformat. After entering any JSON, it results in a duplicated version of this JSON. This is not a visual glitch, it contains the actual text.
To Reproduce Steps to reproduce the behavior:
Expected behavior There should be a single JSON in the payload field for publish. It should not be duplicated.
Screenshots will not be provided
Desktop (please complete the following information):
Additional context Really, really annoying bug. Basically makes auto format useless.