Skip to content

Commit 9004f48

Browse files
aggargchinglee-iot
andauthored
Update GettingStartedGuide.md
Co-authored-by: chinglee-iot <[email protected]>
1 parent 3059430 commit 9004f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GettingStartedGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ disabled when running the qualification test. You can change the log level by
640640
- Set `Endpoint for MQTT Broker to use` to your AWS IoT endpoint
641641
- Set `Client Identifier for MQTT Test`
642642
- Build and run.
643-
- If you have memory leaks reported from unity, it could be due to retained messages. Try clearing the retained messages. Install any MQTT client library (e.g. mosquitto CLI) and publish a message to the test topic with an empty message.
643+
- The test requires that there be no retained message associated with the test topic. If you receive memory leak reports from Unity, it could be due to retained messages. Try clearing the retained messages. Install any MQTT client library (e.g. mosquitto CLI) and publish a message to the test topic with an empty message.
644644
```
645645
mosquitto_pub.exe \
646646
--cert <device-certificate> \

0 commit comments

Comments
 (0)