martin-doyle / node-red-contrib-aedes

MQTT broker for Node-RED based on Aedes
MIT License
62 stars 11 forks source link

Broker publish something repeatedly on its own #64

Closed semesta31 closed 2 years ago

semesta31 commented 2 years ago

MQTT Aedes Broker publish topic "$SYS/af98066f-eb5b-4ec7-8ece-e2cf67bd154c/heartbeat" on its own I don't have that topic, even after I give security username and password, it still publish that topic every minutes

martin-doyle commented 2 years ago

This is by design see https://github.com/moscajs/aedes/issues/244.

semesta31 commented 2 years ago

Thankss!