Search found 1 match

by mt-simon
Mon Aug 17, 2020 8:18 am
Forum: ESP-IDF
Topic: connect to multiple mqtt brokers TLS/non TLS
Replies: 2
Views: 4443

connect to multiple mqtt brokers TLS/non TLS

Hi, I am having some troubles understanding, why I cannot connect to two independent MQTT brokers at the same time. One broker is configured with TLS, and the other is not. // Device manager configuration esp_mqtt_client_config_t mqtt_device_manager_cfg = { .uri = MQTT_DEVICE_MANAGER_URI, .port = MQ...