From f05e25ae6af530f1b01cd9c6a3ddaf782599d85a Mon Sep 17 00:00:00 2001 From: Vaibhav Kohli Date: Sat, 21 Oct 2017 17:58:29 +0530 Subject: [PATCH] Readme update --- examples/mqtt/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/mqtt/README.md b/examples/mqtt/README.md index 9346279e..c40bb649 100644 --- a/examples/mqtt/README.md +++ b/examples/mqtt/README.md @@ -73,6 +73,7 @@ along with the payload every-time when it is published. This is because: **NOTE:** MqttMessagingAttributes for a RegisteredMetric object MUST always be passed via **msg_attr** attribute of that RegisteredMetric Object. Similarly, other DCCs can also use this approach to publish metric stats using MQTT. +By default, the clean session (clear a session for a client) is set to False. Refer: * [aws_auto_gen](https://github.com/vmware/liota/blob/master/examples/mqtt/dcc_comms/aws_iot/simulated_home_auto_gen_topic.py) example to publish to AWSIoT using **Option (a)**.