When removing a mqtt-connection element via ``` document.querySelector("mqtt-connection").remove() ``` currently the `detached: function() {)` is not used to properly/ clean disconnect the client from the broker.