Mike Tran
Mike Tran
In Javascript client, you can track the delivery of messages via onMessageDelivered callback, e.g. client.onMessageDelivered = onMessageDelivered; function onMessageDelivered(msg) { console.log("onMessageDelivered: " + msg.payloadString + " has been successfully delivered.");...
Hi @ronaldrandonj You're right. I suggest that we keep this issue open as new feature request. For now, you can put an identifier in the payload (which is easy to...
I am wondering if we can specify more than one subprotocol, e.g. this.socket = new WebSocket(wsurl, ["binary","mqttv3.1"]);
Wildcard subscriptions work for me. This is very basic functionality. Please elaborate the issue in details.
No, you cannot. The JavaScript client is written specifically for browsers. If you have time, you can fork and make necessary changes for NodeJS, not sure how much work will...
Hi James, I will submit a pull request for this in the near future :)