Closed jimaek closed 7 years ago
The issue is not related to the limit but to a package loss in one of the result items. The resulting value of -1
in output
violates the model's definition of string
:
"result": {
"output": -1,
"message": "100% packet loss",
"node": {
vs.
"result": {
"ip": "74.125.200.113",
"output": "35.223",
"node": {
Ideally the number would be serialized as "-1"
. I changed the model to accept any type.