Replies: 4 comments
-
mqx_client.subscribe("topic_abc/#"); // subscription is not working and mqx_client.connected()==false !!! |
Beta Was this translation helpful? Give feedback.
-
Hello, what is the broker you are using ? And is any other Mqtt client can connect to it ? |
Beta Was this translation helpful? Give feedback.
-
Hi I use RTU 950 (mqtt mosquitto). Additional call Regards, Jurek |
Beta Was this translation helpful? Give feedback.
-
I tested the sketch with ESP8266 uMQTTBroker |
Beta Was this translation helpful? Give feedback.
-
example:
mqx_client.connect("192.168.1.2", 1883);
mqx_client.setCallback(mqtt_mesage_received2);
mqx_client.subscribe("topic_abc/#"); // subscription is not working and mqx_client.mqx_2.connected()==false !!!
Beta Was this translation helpful? Give feedback.
All reactions