TODO list changed

This commit is contained in:
hsaturn
2021-03-21 16:33:53 +01:00
parent 428eb51850
commit 7be4d86f46

View File

@@ -25,6 +25,8 @@ ESP 8266 is a small and very capable Mqtt Broker and Client
no need for having tons of clients (also RAM is the problem with many clients) 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, 3k is needed per client which would make more than 10 clients critical. * Test what is the real max number of clients for broker. As far as I saw, 3k is needed per client which would make more than 10 clients critical.
* MqttMessage uses a buffer 256 bytes which is usually far than needed. * MqttMessage uses a buffer 256 bytes which is usually far than needed.
* MqttClient auto reconnection
* MqttClient auto re-subscribe
## Quickstart ## Quickstart