Hi,
I saw a few threads where the issues were caused by the following parameter being set to a wrong value:
#define MAX_JSON_TOKEN_EXPECTED 120 ///< These are the max tokens that is expected to be in the Shadow JSON document. Include the metadata that gets published
Usually the advice was just to increase the value and it seemed to have worked. In that regards, I would like to understand the definition of "MAX JSON TOKEN". What is it exactly, how to calculate it? What exactly is considered the "TOKEN" in the AWS Shadow JSON? Is it JSON Key? Is it JSON value? Is it Key-Value pair?
Thanks.
David