icanos / ng2-mqtt

Angular2 port of the mqttws31 library
17 stars 24 forks source link

about parameter #8

Closed Brant-Ma closed 5 years ago

Brant-Ma commented 7 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”

systembugtj commented 7 years ago

path should be "/ws" as default.