From cf62702f08d5806df94421e02b9e5007e75d90d8 Mon Sep 17 00:00:00 2001 From: cpq Date: Thu, 10 Dec 2020 16:36:24 +0000 Subject: [PATCH] Switch to hivemq --- test/unit_test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/unit_test.c b/test/unit_test.c index 879d92d4..1ba942d9 100644 --- a/test/unit_test.c +++ b/test/unit_test.c @@ -265,7 +265,8 @@ static void test_mqtt(void) { struct mg_str topic = mg_str("x/f12"), data = mg_str("hi"); struct mg_connection *c; struct mg_mqtt_opts opts; - const char *url = "mqtt://mqtt.eclipse.org:1883"; + // const char *url = "mqtt://mqtt.eclipse.org:1883"; + const char *url = "mqtt://broker.hivemq.com:1883"; int i; mg_mgr_init(&mgr);