We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All connection timeout: const client = new Paho.MQTT.Client('iot.eclipse.org',80, 'aaa'); //const client = new Paho.MQTT.Client('mqtt.swifitch.cz',1883, 'aaa'); client.onConnectionLost = this.onConnectionLost; client.onMessageArrived = this.onMessageArrived; client.connect({ onSuccess: this.onConnect,onFailure:this.onFailure });
"react": "16.0.0", "react-native": "0.51.0", "react_native_mqtt": "^1.1.9"
Someone help?
The text was updated successfully, but these errors were encountered:
This library is very unpredictable.
Sorry, something went wrong.
No branches or pull requests
All connection timeout:
const client = new Paho.MQTT.Client('iot.eclipse.org',80, 'aaa');
//const client = new Paho.MQTT.Client('mqtt.swifitch.cz',1883, 'aaa');
client.onConnectionLost = this.onConnectionLost;
client.onMessageArrived = this.onMessageArrived;
client.connect({ onSuccess: this.onConnect,onFailure:this.onFailure });
"react": "16.0.0",
"react-native": "0.51.0",
"react_native_mqtt": "^1.1.9"
Someone help?
The text was updated successfully, but these errors were encountered: