You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cnt field seems to be redundant with the number of entries in the "sd" array. None of the other JSON arrays in the spec have a separate cnt field. Can it be removed?
Keeping it causes potential consistency problems where a message is received where cnt != # entries in sd array, and would be better to make the problem go away.
The text was updated successfully, but these errors were encountered:
The doc has:
"sdlist": {
"cnt": "",
"sd": [ … ]
},
The cnt field seems to be redundant with the number of entries in the "sd" array. None of the other JSON arrays in the spec have a separate cnt field. Can it be removed?
Keeping it causes potential consistency problems where a message is received where cnt != # entries in sd array, and would be better to make the problem go away.
The text was updated successfully, but these errors were encountered: