eclipse / paho.mqtt.javascript

paho.mqtt.javascript
Other
1.15k stars 467 forks source link

React support #127

Closed m-2k closed 6 years ago

m-2k commented 6 years ago

React support

import Paho from 'paho-client'
let channel = new Paho.Client('host', 'port', 'client_id')
jpwsutton commented 6 years ago

Thanks for the PR @m-2k,

I've tested your changes and they look good, I can't merge your code in however until you sign off the Eclipse ECA (https://www.eclipse.org/legal/ECA.php). (I accidentially clicked merge and have now un-merged the changes until you can sign the ECA). Once that is signed and you have updated your commit with the appropriate Signed-off-by tag, then I'll be able to merge your changes in.

m-2k commented 6 years ago

@jpwsutton, done