Closed Brant-Ma closed 5 years ago
this line in README may not work: this._client = new Paho.MQTT.Client("host", 80, "path", "clientId"); and it works when I remove the parameter of “path”
this._client = new Paho.MQTT.Client("host", 80, "path", "clientId");
path should be "/ws" as default.
this line in README may not work:
this._client = new Paho.MQTT.Client("host", 80, "path", "clientId");
and it works when I remove the parameter of “path”