mqttjs / mqtt-elements

Polymer elements for MQTT
http://mqttjs.github.io/mqtt-elements/
MIT License
27 stars 6 forks source link

Removing mqtt-connection from DOM should call client.end() #14

Open sandro-k opened 9 years ago

sandro-k commented 9 years ago

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.