From c706fbcff2a8b69d6dcd5035a16aefbcd966551a Mon Sep 17 00:00:00 2001 From: hsaturn Date: Fri, 26 Mar 2021 01:52:31 +0100 Subject: [PATCH] Update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 346d09f..e6d7064 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,9 @@ no need for having tons of clients (also RAM is the problem with many clients) * Test what is the real max number of clients for broker. As far as I saw, 1k is needed per client which would make more than 30 clients critical. * ~~MqttMessage uses a buffer 256 bytes which is usually far than needed.~~ * ~~MqttClient does not support more than one subscription at time~~ -* MqttClient auto re-subscribe +* MqttClient auto re-subscribe (::resubscribe works bad on broker.emqx.io) * MqttClient auto reconnection +* MqttClient unsubscribe * MqttClient does not callback payload... * MqttClient user/password