robhogan / react-native-paho-mqtt

react-native-paho-mqtt
91 stars 32 forks source link

ExceptionsManager.js:76 Error: AMQJS0013E Invalid argument string for uri #41

Open oswalgopal opened 4 years ago

oswalgopal commented 4 years ago

ExceptionsManager.js:76 Error: AMQJS0013E Invalid argument string for uri

Not able to connect with the Mqtt

I am getting this error while connecting with the Mqtt

checkerap commented 3 years ago

same here

panbak commented 3 years ago

the uri needs a '/' at the end to be valid for some reason. There is also a pull request ti fix that.