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

AMQJSC0001E Connect timed out

Open IngoDeng opened this issue 7 years ago • 2 comments

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?

IngoDeng avatar Feb 27 '18 09:02 IngoDeng

This library is very unpredictable.

theSupermacy avatar Jan 16 '19 11:01 theSupermacy

您好,已经收到您的邮件。

IngoDeng avatar May 20 '22 23:05 IngoDeng