react-native-paho-mqtt icon indicating copy to clipboard operation
react-native-paho-mqtt copied to clipboard

react-native-paho-mqtt

Results 28 react-native-paho-mqtt issues
Sort by recently updated
recently updated
newest added

We're using a Broker without TLS encryption for our IoT device. After upgrading to Android 13 with SDK Version 33 the connection can't be established anymore. Is there a way...

I searched around the googles for a while, but wasn't able to come up with anything. How does one use this client with SSL and a certificate authority file? The...

export const Click = (user) => { // debugger; // console.log(user, "coming hear"); return (dispatch) => { // const { authtoken, field2 } = user; // console.log(authtoken,"ekvhjwejh"); const client =...

I need "onConnected" callback whenever the client connects or reconnects to the MQTT server. Any help is appreciated!

Hi, I was trying to connect to the rabbitMQ cluster. I provided uris in ConnectOptions but it is of no use. I saw the code in Client.js, uris is defined...

Hi, Can you please add reconnect functionality to the connection params object as we have in the paho-client? TIA

Note, this PR is related to "Fixed issue where the pinger would attempt to ping while the socket is closing" https://github.com/rh389/react-native-paho-mqtt/pull/9 This PR fixes a crash when resuming an app...

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

I get the following error when I try to import and compile: ./node_modules/react-native-paho-mqtt/src/Client.js Module parse failed: Unexpected token (27:5) You may need an appropriate loader to handle this file type....