ClientImpl.prototype._on_socket_close = function()

in content/lib/paho-mqtt.js [1452:1456]


	ClientImpl.prototype._on_socket_close = function () {
		if (!this._reconnecting) {
		this._disconnected(ERROR.SOCKET_CLOSE.code , format(ERROR.SOCKET_CLOSE));
		}
	};