in content/lib/paho-mqtt.js [1445:1449]
ClientImpl.prototype._on_socket_error = function (error) { if (!this._reconnecting) { this._disconnected(ERROR.SOCKET_ERROR.code , format(ERROR.SOCKET_ERROR, [error.data])); } };