When i set int json data to message, it automatically change to double type locally.
// The json send to HMS server.
{
"validate_only": false,
"message": {
"data": "{'int_type':0}",
...
}
// The data received locally.
{ int_type=0.0 }