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
hello, I'm new to the PHP world, facing problem while connecting to MQTT.
I'm using the same library phpMQTT, and I'm using the IP address as the server. I'm using same publish example, getting error in phpMQTT file
The error is: stream_socket_client(): unable to connect to tcp://ip address : 1883 (Connection timed out)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hello,
I'm new to the PHP world, facing problem while connecting to MQTT.
I'm using the same library phpMQTT, and I'm using the IP address as the server.
I'm using same publish example, getting error in phpMQTT file
The error is:
stream_socket_client(): unable to connect to tcp://ip address : 1883 (Connection timed out)
The text was updated successfully, but these errors were encountered: