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
trying to use MQTT code in react native from the example provided
const options = { host: 'broker.emqx.io', port: 8083, path: '/testTopic', id: 'id_' + parseInt(Math.random()*100000) };
Its returning me the error Connect failed! {"errorCode": 7, "errorMessage": "AMQJS0007E Socket error:undefined.", "invocationContext": undefined}
what could be the issue ?
The text was updated successfully, but these errors were encountered:
Please check whether the version of each package is consistent with that of package.json, especially react-native and react_native_mqtt
Sorry, something went wrong.
oucb
No branches or pull requests
trying to use MQTT code in react native from the example provided
const options = {
host: 'broker.emqx.io',
port: 8083,
path: '/testTopic',
id: 'id_' + parseInt(Math.random()*100000)
};
Its returning me the error
Connect failed!
{"errorCode": 7, "errorMessage": "AMQJS0007E Socket error:undefined.", "invocationContext": undefined}
what could be the issue ?
The text was updated successfully, but these errors were encountered: