26.03.2024, 12:01
On line 70 change this code:
To this:
This will disable loop protection so be careful not to use the same topic names for both in and out.
Code:
if event.sender == 'mq' or not mclientfd then
To this:
Code:
if not mclientfd then
This will disable loop protection so be careful not to use the same topic names for both in and out.