James Sutton
James Sutton
Hi @ramyalathaseethala, Is the connection to the broker or the web page being served over HTTPS? We have seen issues in the past where Firefox is very strict with mixed...
That's a **lot** of topics! A few thoughts / suggestions: 1. Have you considered using wildcards instead of subscribing to 14,000+ topics? That should speed things up considerably in a...
The Paho Javascript client requires the browser Websocket implementation as it is designed for a browser primarily. Check out our test harness to see how we get it to work...
Google translate shows this as "There is no use case in the applet yet" [link](https://translate.google.co.uk/#auto/en/%E6%9C%89%E6%B2%A1%E6%9C%89%E5%9C%A8%E5%B0%8F%E7%A8%8B%E5%BA%8F%E4%B8%AD%E7%9A%84%E4%BD%BF%E7%94%A8%E6%A1%88%E4%BE%8B%E5%91%A2) @xiaobo1215 I'm really sorry, but I'm not quite sure what you mean by this, are...
Adding binary support should be trivial.. I have to ask though, why not just enable WebSocket support in your Mosquitto config? Like this: ``` listener 1883 protocol mqtt listener 80...
Good point, how does this look? https://github.com/jpwsutton/paho.mqtt.javascript/blob/issue_57/src/mqttws31.js#L1722 I've added a property to the connectOptions called webSocketBinary. It defaults to false, but if set to true, it will override the WebSocket...
Hi @PeterCAN, Once the client has been instantiated, the hostname can no longer be changed. You'll need to create a new client before you can use a new hostname. One...
Improving the Javascript library would be very useful, especially making sure that we remove any bad syntax. I'll add this as an enhancement, but not sure about how much work...
Wow, I'd never looked at the dependencies of mqtt.js before, thats a lot! Getting this client working in node.js would be a really nice thing to do, however it would...
Hi @boneskull This all sounds great, the Javascript client is definitely in need of some love and your plan looks pretty solid. As you've already noticed the Jasmine tests are...