From 610eaea0d3475bb44cb19df9115c0485ad274f4c Mon Sep 17 00:00:00 2001 From: Alex Robenko Date: Sat, 9 Dec 2023 10:13:11 +1000 Subject: [PATCH] Release v0.1 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 7801a70..8c65f19 100644 --- a/index.html +++ b/index.html @@ -181,7 +181,7 @@

MyClientPtr clientPtr(::cc_mqtt5_client_alloc());
CC_Mqtt5ClientHandle client = clientPtr.get();
-

IMPORTANT: The functino cc_mqtt5_client_free() must NOT be called from within a callback. Use next event loop iteration.

+

IMPORTANT: The function cc_mqtt5_client_free() must NOT be called from within a callback. Use next event loop iteration.

"Must Have" Callbacks Registration

In order to properly function the library requires setting several callbacks.