Closed
Description
Confirm by changing [ ] to [x] below:
- I've searched for previous similar issues and didn't find any solution
Platform/OS/Device
No specific platform.
Describe the question
The default keep alive time is 6 seconds in Device SDK Python v2.
However, according to the IoT Core limit, keep alive interval should be between 30 ~ 1200 seconds.
Your device can ping as often as every 30s, with no charge for MQTT PINGREQ or PINGRESP messages.
In addition, it looks PING interval shorter than 30s can be charged according to the pricing page.
What is the intention for the default keep alive interval (6 seconds) in Device SDK? Should it be modified to 30 seconds or longer?