Introvertuous / react-native-mqtt

Mqtt client for react native.
MIT License
156 stars 31 forks source link

paho mqtt version #22

Open rogueturnip opened 5 years ago

rogueturnip commented 5 years ago

What version of the paho mqtt library is being used?

Introvertuous commented 5 years ago

https://github.com/Introvertuous/react_native_mqtt/blob/master/src/mqttws31.js

rogueturnip commented 5 years ago

When I look at the github the library was put into the repo a year ago? I was looking at the paho mqtt javascript library and there were a bunch of updates done to the library over the last 4 months. One commit included moving the library towards using non-browser environments so it might be a good update to look at. https://github.com/eclipse/paho.mqtt.javascript

Introvertuous commented 5 years ago

I do not really have the time right now unfortunately, you are welcome to create a PR if you like.

juandelacruz23 commented 5 years ago

@Introvertuous I could do it but not sure if... I only have to copy the contents of the this into this. Am I right?