Skip to content
New issue

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

AMQJSC0001E Connect timed out #17

Open
IngoDeng opened this issue Feb 27, 2018 · 2 comments
Open

AMQJSC0001E Connect timed out #17

IngoDeng opened this issue Feb 27, 2018 · 2 comments

Comments

@IngoDeng
Copy link

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?

@theSupermacy
Copy link

theSupermacy commented Jan 16, 2019

This library is very unpredictable.

@IngoDeng
Copy link
Author

IngoDeng commented May 20, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants